Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seho-dev/planlistforvue3
Vue3+Vuex4+VueRouter4+Vant3 全家桶小试牛刀一个简单的TodoList应用Demo
https://github.com/seho-dev/planlistforvue3
Last synced: 11 days 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 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-27T06:55:56.000Z (over 4 years ago)
- Last Synced: 2025-01-20T23:49:44.705Z (16 days ago)
- Language: Vue
- Size: 149 KB
- Stars: 4
- Watchers: 2
- 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/).