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>
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-project2. Enter your new project folder
cd my-project3. Install dependencies
yarn
# or
npm install4. Start dev server
yarn serve
# or
npm run serveFor building
yarn buildRun your tests
yarn testLints and fixes files
yarn lint