jqtable
v0.1.0
Published
``` yarn install ```
Readme
vue-demo
Project setup
yarn installCompiles and hot-reloads for development
yarn startCompiles and minifies for production
yarn buildRun your unit tests
yarn test:unitLints and fixes files
yarn lintCustomize configuration
环境变量配置
See Mod and Env.
|环境变量文件|备注| | ---- | ---- | | .env | 在所有的环境中被载入 | | .env.local | 在所有的环境中被载入,但会被 git 忽略,适用于本地开发配置 | | .env.[mode] | 只在指定的模式中被载入 | | .env.[mode].local | 只在指定的模式中被载入,但会被 git 忽略,但会被 git 忽略,适用于本地开发配置 |
