sandwich-kit
v0.0.1
Published
<p align=center><img width="410" src="http://pixeldenker.nl/static/images/logo-sandwich%404x.png" alt="Vue Structure Logo"></p>
Downloads
2
Readme
Vue Structure
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.
Features
- 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.
Packages
Getting Started
Vue CLI REQUIRED! How to install Vue CLI
1. Clone
git clone https://github.com/ericfennis/vue-structure my-project
2. Enter your new project folder
cd my-project
3. Install dependencies
yarn
# or
npm install
4. Start dev server
yarn serve
# or
npm run serve
For building
yarn build
Run your tests
yarn test
Lints and fixes files
yarn lint