An open API service indexing awesome lists of open source software.

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.

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
```