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:
- Setting up Vue
- Display employee records
- CRUD operations
- Adding validations
- Making API calls
npm install
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
npm run serve
npm run build
npm run test
npm run lint
I have used the following tools and plugins for this app.