2024-02-13 23:06:52 +00:00
|
|
|
# odin-todo-vue
|
|
|
|
|
2024-02-15 12:46:22 +00:00
|
|
|
![preview](image.png)
|
2024-02-13 23:06:52 +00:00
|
|
|
|
2024-02-15 12:46:22 +00:00
|
|
|
using vue, vue-modal dialogs, vue dropdown, vue 3 date picker, tailwind, etc...
|
2024-02-13 23:06:52 +00:00
|
|
|
|
|
|
|
## 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
|
|
|
|
```
|