|
hace 4 años | |
---|---|---|
.husky | hace 4 años | |
.vscode | hace 4 años | |
build | hace 4 años | |
mock | hace 4 años | |
public | hace 4 años | |
src | hace 4 años | |
test | hace 4 años | |
.editorconfig | hace 4 años | |
.env | hace 4 años | |
.env.development | hace 4 años | |
.env.production | hace 4 años | |
.eslintignore | hace 4 años | |
.eslintrc.js | hace 4 años | |
.gitignore | hace 4 años | |
.ls-lint.yml | hace 4 años | |
.prettierignore | hace 4 años | |
.stylelintignore | hace 4 años | |
.yarnclean | hace 4 años | |
LICENSE | hace 4 años | |
README.md | hace 4 años | |
commitlint.config.js | hace 4 años | |
index.html | hace 4 años | |
package.json | hace 4 años | |
postcss.config.js | hace 4 años | |
prettier.config.js | hace 4 años | |
stylelint.config.js | hace 4 años | |
tsconfig.json | hace 4 años | |
vite.config.ts | hace 4 años | |
windi.config.ts | hace 4 años | |
yarn.lock | hace 4 años |
Node.js
: - Version > 12.0.0
.yarn
: - Package management tool.当你开始使用时,请按下面列表先行修改项目
package.json
中的 name
字段LICENSE
中更改作者姓名public
中修改 favicon.ico
public/resource/
和/src/assets/images/logo.png
中修改 logo.png
.env[xxx]
文件中修改相关项目配置src/settings/projectSetting.ts
内调整适合自己的项目风格依赖删除了echarts
,apexcharts
,xlsx
,vditor
。但是组件及代码未删除。在你未引用到相关组件的时候,不会发出错误。当你需要使用的时候,只需要执行相应的命令安装对应模块即可
需要用到哪个则执行对应命令
yarn add echarts
yarn add apexcharts