https://github.com/weibozzz/vue-todo-tech
vue服务端学习
https://github.com/weibozzz/vue-todo-tech
Last synced: about 2 months ago
JSON representation
vue服务端学习
- Host: GitHub
- URL: https://github.com/weibozzz/vue-todo-tech
- Owner: Weibozzz
- Created: 2018-03-27T10:53:39.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-29T09:37:44.000Z (about 7 years ago)
- Last Synced: 2025-01-28T02:42:08.470Z (4 months ago)
- Language: JavaScript
- Size: 129 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About
这是慕课网上[Vue+Webpack打造todo应用](https://www.imooc.com/learn/935)课程的源码# 使用方法
```
git clone https://github.com/Jokcy/vue-todo-tech.git
```
进入项目目录,运行
```
npm install
```
然后执行
```
npm run dev
```
开始开发项目