https://github.com/seho-dev/planlistforvue3
Vue3+Vuex4+VueRouter4+Vant3 全家桶小试牛刀一个简单的TodoList应用Demo
https://github.com/seho-dev/planlistforvue3
Last synced: about 1 year ago
JSON representation
Vue3+Vuex4+VueRouter4+Vant3 全家桶小试牛刀一个简单的TodoList应用Demo
- Host: GitHub
- URL: https://github.com/seho-dev/planlistforvue3
- Owner: seho-dev
- Created: 2020-10-27T06:46:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-27T06:55:56.000Z (over 5 years ago)
- Last Synced: 2025-03-15T08:11:27.804Z (about 1 year ago)
- Language: Vue
- Size: 149 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PlanListForVue3
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).