vue-composition-api-ts-todo
vue-composition-api-ts-todo copied to clipboard
ToDo List with Vue 3 Composition API and TypeScript
ToDo List with Vue 3 Composition API and TypeScript
😣 Written long ago and not really being maintained.
This is a complete remake of ToDo MVC.
Available Scripts
First, make sure to set the right node version.
You can find it in .node-version, .nvmrc, or engines property in package.json.
yarn install
Install dependencies.
yarn dev
Runs the app in the development mode. Open http://localhost:1234 to view it in the browser.
Hot reload is being enabled.
yarn build
Builds a static copy of your site to the dist/ folder.
yarn lint:fix
Run ESLint fix
yarn stylelint
Run Stylelint
yarn clean
Clean up dist/, docs/, .cache folders.