Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 555 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 555 Bytes

Employees-List-Vue

Project setup

Step 1

Start the Server(Start up the JSON Server)

 type this command into your terminal: json-server --watch db.json . This will run on "https://localhost:3000" by default.

Step 2 (Open a new terminal)

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.