https://github.com/xmuli/vue_basic
https://github.com/xmuli/vue_basic
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/xmuli/vue_basic
- Owner: XMuli
- License: mit
- Created: 2024-01-08T09:10:22.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-12T10:07:26.000Z (over 2 years ago)
- Last Synced: 2024-01-12T22:24:38.400Z (over 2 years ago)
- Language: JavaScript
- Size: 357 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```