UNPKG

229 BMarkdownView Raw
1# vue-core
2
3## Project setup
4```
5npm install
6```
7
8### Compiles and hot-reloads for development
9```
10npm run serve
11```
12
13### Compiles and minifies for production
14```
15npm run build
16```
17
18### Lints and fixes files
19```
20npm run lint
21```