Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/martonlederer/vue-starter-kit
- Owner: martonlederer
- Created: 2020-05-06T13:44:58.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T03:33:32.000Z (almost 2 years ago)
- Last Synced: 2023-03-06T05:42:46.380Z (over 1 year ago)
- Language: Vue
- Homepage:
- Size: 714 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
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/).