maronte / todo-app-vue

Learning exercise

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vue-project

This is a exercise to learn vue.js.

Was developed following the "quick start" and the "tutorial" from "https://vuejs.org/".

This implements a component, events, props, some directives (for, bind and events) and uses the composition API instead options API.

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Customize configuration

See Vite Configuration Reference.

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

About

Learning exercise


Languages

Language:Vue 74.5%Language:JavaScript 17.0%Language:HTML 8.4%