https://github.com/andremarquesdev/vueboilerplate
Vue boilerplate to start a new project. Includes routes and store.
https://github.com/andremarquesdev/vueboilerplate
Last synced: about 1 year ago
JSON representation
Vue boilerplate to start a new project. Includes routes and store.
- Host: GitHub
- URL: https://github.com/andremarquesdev/vueboilerplate
- Owner: AndreMarquesDev
- License: mit
- Created: 2019-03-06T23:09:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-14T03:47:57.000Z (over 6 years ago)
- Last Synced: 2024-12-26T11:09:30.499Z (over 1 year ago)
- Language: CSS
- Size: 238 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vue Boilerplate
Vue boilerplate to start a new project. Includes routes and store.
## About
### Features / Contents
Vue
Vue Router
Vuex store
Webpack (based on my [Webpack Boilerplate](https://github.com/AndreMarquesDev/WebpackBoilerplate))
PWA ready
### Author
André Marques
[GitHub](https://github.com/AndreMarquesDev)
[CodePen](https://codepen.io/AndreMarquesDev)
[Twitter](https://twitter.com/BazingaCS)
### License
MIT
## Build Setup
```bash
# Install dependencies
npm i
# Run locally
npm start
# Build for production with minification
npm run build
```