Skip to content

Vue.js CRUD application consists of two pages: Home (table with data) and User (editing/adding). Data is stored in local storage. Also data can be deleted. It is possible to import data in the JSON format. The application has validation of fields, data check for duplicates and correct display at any resolution.

Notifications You must be signed in to change notification settings

ipgpt/vue-crud-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-crud-app

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

About

Vue.js CRUD application consists of two pages: Home (table with data) and User (editing/adding). Data is stored in local storage. Also data can be deleted. It is possible to import data in the JSON format. The application has validation of fields, data check for duplicates and correct display at any resolution.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published