hml 2f92dcc8ac 优化 业务领域下拉框宽度适配 | hace 5 meses | |
---|---|---|
.vscode | hace 1 año | |
blueprint-templates | hace 1 año | |
docs | hace 1 año | |
hooks | hace 1 año | |
info | hace 1 año | |
lib-external | hace 1 año | |
patches | hace 1 año | |
public | hace 1 año | |
src | hace 7 meses | |
src_custom | hace 6 meses | |
src_product | hace 5 meses | |
.eslintignore | hace 1 año | |
.eslintrc-custom.js | hace 1 año | |
.eslintrc-product.js | hace 1 año | |
.eslintrc.js | hace 1 año | |
.gitattributes | hace 1 año | |
.gitignore | hace 1 año | |
.markdownlint.yml | hace 1 año | |
.prettierignore | hace 1 año | |
.prettierrc.js | hace 1 año | |
.stylelintignore | hace 1 año | |
HEAD | hace 1 año | |
INIT.txt | hace 8 meses | |
README.md | hace 1 año | |
babel.config.js | hace 1 año | |
config | hace 1 año | |
description | hace 1 año | |
jsconfig.json | hace 1 año | |
minify-code.js | hace 1 año | |
package.json | hace 8 meses | |
styleguide.config.js | hace 1 año | |
stylelint.config-custom.js | hace 1 año | |
stylelint.config.js | hace 1 año | |
vue.config.js | hace 1 año | |
yarn.lock | hace 6 meses |
这里没有使用 npm,因为国内的网络环境下不太稳定。
我们使用的是 yarn。
进入 xcoa-web 项目目录,执行
yarn install
注意:每次从 git 更新代码后,也要执行这个步骤!!
VS Code 打开项目文件夹后,会提示安装推荐的插件。点击“全部安装”即可。
注意:一定要从 VS Code 菜单选择“打开文件夹”,不要把文件夹拖进 VS Code!!
yarn serve
为了模拟真实环境,本地的开发服务器也加了一个 app 路径
yarn build
yarn lint