Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laratipsofficial/vuejs-3-todo
This repo is based on a youtube video.
https://github.com/laratipsofficial/vuejs-3-todo
vue vue3 vuejs vuejs3
Last synced: 2 months ago
JSON representation
This repo is based on a youtube video.
- Host: GitHub
- URL: https://github.com/laratipsofficial/vuejs-3-todo
- Owner: Laratipsofficial
- Created: 2020-10-09T20:42:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T17:36:55.000Z (about 2 years ago)
- Last Synced: 2023-03-05T06:28:57.104Z (almost 2 years ago)
- Topics: vue, vue3, vuejs, vuejs3
- Language: Vue
- Homepage: https://www.youtube.com/watch?v=XsgVCbzb78M
- Size: 3.37 MB
- Stars: 7
- Watchers: 1
- Forks: 4
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# todo
## 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/).