Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/martonlederer/vue-starter-kit

Basic vue project template
https://github.com/martonlederer/vue-starter-kit

Last synced: 3 days ago
JSON representation

Basic vue project template

Awesome Lists containing this project

README

        

# vue-cli-starter-kit
This is a basic starter kit for Vue cli apps, that I use in my projects. It has `vue-router`, `vuex` and `sass-loader` preinstalled

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Lints and fixes files
```
npm run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).