Parsa361 / Notes

This is a Vue.js project that allows the user to create and display notes. The app has a main component called "Notes" that contains a header, a button to add a new note, and a list of existing notes. The component "BaseModal" is used to display a modal that prompts the user to enter a new note and add that note to the list

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

notes_app

This simple app uses Vue 3 compostion API

Notes.mp4

This template should help get you started developing with Vue 3 in Vite.

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

About

This is a Vue.js project that allows the user to create and display notes. The app has a main component called "Notes" that contains a header, a button to add a new note, and a list of existing notes. The component "BaseModal" is used to display a modal that prompts the user to enter a new note and add that note to the list


Languages

Language:Vue 86.0%Language:JavaScript 7.6%Language:HTML 6.4%