# jsonServerDebug **Repository Path**: liusiyuonly/json-server-debug ## Basic Information - **Project Name**: jsonServerDebug - **Description**: json-server 模拟数据请求 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-29 - **Last Updated**: 2021-10-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue3typescript ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). ### .env # 在所有的环境中被载入 ### .env.local # 在所有的环境中被载入,但会被 git 忽略 ### .env.[mode] # 只在指定的模式中被载入 ### cd /d D:\VueProject\json-server-mock && npm run start ### cd /d D:\VueProject\vue3typescript && npm run serve