odin-todo-vue/README.md

30 lines
361 B
Markdown
Raw Normal View History

# odin-todo-vue
![preview](image.png)
using vue, vue-modal dialogs, vue dropdown, vue 3 date picker, tailwind, etc...
## Project Setup
```sh
npm install
```
### Compile and Hot-Reload for Development
```sh
npm run dev
```
### Compile and Minify for Production
```sh
npm run build
```
### Lint with [ESLint](https://eslint.org/)
```sh
npm run lint
```