https://github.com/52cik/vue-crud-book
vue 例子 (组件化例子)
https://github.com/52cik/vue-crud-book
Last synced: 2 months ago
JSON representation
vue 例子 (组件化例子)
- Host: GitHub
- URL: https://github.com/52cik/vue-crud-book
- Owner: 52cik
- License: mit
- Created: 2016-06-04T08:21:07.000Z (almost 9 years ago)
- Default Branch: gh-pages
- Last Pushed: 2016-06-08T11:33:26.000Z (almost 9 years ago)
- Last Synced: 2025-02-03T18:57:01.631Z (4 months ago)
- Language: JavaScript
- Size: 244 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-crud-book
> vue 组件化开发练习 (vue-loader)
[预览地址][dist] (可 Vue Devtools 调试)
## 开始
``` bash
# 安装依赖
npm install# 开发调试 localhost:8080
npm run dev# 编译
npm run build
```[dist]: https://52cik.github.io/vue-crud-book/dist/