Go to file
NetMan 5a1cf2bb52 Final commit, done
Still a lot of room for improvement, however for now it's time to move on, it's nice for now :D
2024-02-15 13:46:22 +01:00
.vscode Initial: Basic functionality with fancy UI 2024-02-14 00:06:52 +01:00
public Initial: Basic functionality with fancy UI 2024-02-14 00:06:52 +01:00
src Final commit, done 2024-02-15 13:46:22 +01:00
.eslintrc.cjs Initial: Basic functionality with fancy UI 2024-02-14 00:06:52 +01:00
.gitignore Final commit, done 2024-02-15 13:46:22 +01:00
.prettierrc.json Initial: Basic functionality with fancy UI 2024-02-14 00:06:52 +01:00
README.md Final commit, done 2024-02-15 13:46:22 +01:00
image.png Final commit, done 2024-02-15 13:46:22 +01:00
index.html Initial: Basic functionality with fancy UI 2024-02-14 00:06:52 +01:00
jsconfig.json Initial: Basic functionality with fancy UI 2024-02-14 00:06:52 +01:00
package-lock.json Default start, dialog modals, and more 2024-02-15 00:45:08 +01:00
package.json Default start, dialog modals, and more 2024-02-15 00:45:08 +01:00
postcss.config.js Initial: Basic functionality with fancy UI 2024-02-14 00:06:52 +01:00
tailwind.config.js Default start, dialog modals, and more 2024-02-15 00:45:08 +01:00
vite.config.js Initial: Basic functionality with fancy UI 2024-02-14 00:06:52 +01:00

README.md

odin-todo-vue

preview

using vue, vue-modal dialogs, vue dropdown, vue 3 date picker, tailwind, etc...

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint