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

https://github.com/xmuli/vue_basic


https://github.com/xmuli/vue_basic

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# vue_basic

```bash
# https://npmmirror.com
$ npm install -g cnpm --registry=https://registry.npmmirror.com
$ vue init webpack my_webpack

# 进入项目,安装并运行
$ cd my-my_webpack
$ npm install
$ npm run dev

# Vue 项目打包,会生成 dist 就是目标产物。
$ npm run build
```