Skip to content

Source code for "How to Use Mock Data in Vue Apps" tutorial.

Notifications You must be signed in to change notification settings

rezelute/use-mock-data-in-vue-with-typescript

 
 

Repository files navigation

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.

About

Source code for "How to Use Mock Data in Vue Apps" tutorial.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 48.7%
  • TypeScript 39.6%
  • HTML 7.5%
  • JavaScript 4.2%