Skip to content

rajeshdewle/vue-assignment

Repository files navigation

vue-assignment

Project setup

npm install

For JSON Server

In this project I am using json-server for CRUD operation in .json file. Already example file added at the root of this project db.json.

Install JSON Server.

npm install -g json-server

Start JSON Server

json-server --watch db.json

You can see more about json-server

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published