Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 650 Bytes

File metadata and controls

37 lines (29 loc) · 650 Bytes

use mock data in vuejs with typescript

Description

This project sets up an api-client resolver to either use mock or real server data.

The project uses vuejs, typescript and webpack resolver. It is based on the JS version created by tahazsh.
(https://tahazsh.com/use-mock-data-in-vue)

Project setup

npm install

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.