# mockjswu **Repository Path**: study_caseed/mockjswu ## Basic Information - **Project Name**: mockjswu - **Description**: 无侵入整合MockJS与Vue3.0实例 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-07-26 - **Last Updated**: 2021-07-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mockjswu ## Project setup ``` 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 ``` 以 : `VUE_APP_` 开头 ```javascript .env.dev-local VUE_APP_CURRENTMODE = 'dev-local' VUE_APP_ENV = '本地开发环境' VUE_APP_MOCK = true .env.dev-remote VUE_APP_CURRENTMODE = 'dev-remote' VUE_APP_ENV = '联网开发环境' VUE_APP_MOCK = false .env.production VUE_APP_CURRENTMODE = 'production' VUE_APP_ENV = '生产环境' VUE_APP_MOCK = false ```