Skip to content

Simple Todo Application with Vue 3, Typescript,CSS Animations and Transitions

Notifications You must be signed in to change notification settings

victorraji/todo-app

Repository files navigation

This is a Todo Application for Typescript and Vue.js 3

How to Install

Clone the repo - git clone https://github.com/victorraji/todo-app
npm install
npm run dev

Features

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.

Directory structure

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.

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint

todo-app

About

Simple Todo Application with Vue 3, Typescript,CSS Animations and Transitions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published