This is a Todo Application for Typescript and Vue.js 3
Clone the repo - git clone https://github.com/victorraji/todo-app
npm install
npm run dev
TypeScript Included. Vue Router Included. Vuex. Modules/Components organized across folders. Base pages (like Dashboard/404 etc). Pre-configured with code quality tools: Prettier, TypeScript, etc. Class based components.
build/ => Compiled source files will be placed here.
public/ => Static assets (fonts, css, js, img).
src/ => Source files.
src/App => Application Entry point.
src/types => All Application Types defined
src/components => Vue components including shared (common) components.
src/routes => Application routes.
src/store => Vuex state management.
npm run dev
npm run build
Lint with ESLint
npm run lint