Skip to content

dipendrashekhawat/vue-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-app | view demo

This is a small application created using VueJS. The idea is to get hands on with Vue framework and learn along the way.

This application is built iterating through below given steps:

  1. Setting up Vue
  2. Display employee records
  3. CRUD operations
  4. Adding validations
  5. Making API calls

EmployeeDetails

Project setup

npm install

let's install Vue CLI with npm

npm i -g @vue/cli @vue/cli-service-global

Open cmd and navigate to the directory where you want to create your vue app.

vue create vue-app

cd vue-app

npm run serve

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

Tooling

I have used the following tools and plugins for this app.

  1. Visual Studio Code
  2. Vetur
  3. Vue Dev tools - Chrome
  4. Primitive UI
  5. JSON Placeholder

EmployeeForm

Releases

No releases published

Packages

No packages published