An project boilerplate for Vue.js made for Vue CLI. Clean code structure to speed up your development time. No more wasting time for setting up Vue projects.
- Router
- Store (State Management)
- Directives folder (with globals file)
- Filters folder (with globals file)
- Mixins folder (with globals file)
- Views folder (with "404 Error Page")
- Asset folder for: fonts, icons, images and SCSS files.
Vue CLI REQUIRED!
How to install Vue CLI
git clone https://github.com/ericfennis/vue-structure my-project
cd my-project
yarn
# or
npm install
yarn serve
# or
npm run serve
yarn build
yarn test
yarn lint