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

https://github.com/jsoon/vue-project-standard

Vue.js项目标准脚手架.
https://github.com/jsoon/vue-project-standard

Last synced: 5 months ago
JSON representation

Vue.js项目标准脚手架.

Awesome Lists containing this project

README

          

# vue-project-standard

Vue.js 项目标准脚手架.

> ⚠️⚠️⚠️ 该项目已废弃, 新项目使用 [vue-project-2.x](https://github.com/JSoon/vue-project-2.x)

## Project setup

```
npm install
```

### Compiles and hot-reloads for development

```
npm run serve
```

### Compiles and minifies for production

```
npm run build
```

### Run your unit tests

```
npm run test:unit
```

### Lints and fixes files

```
npm run lint
```

### Customize configuration

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