|
5 달 전 | |
---|---|---|
public | 2 년 전 | |
src | 5 달 전 | |
.env | 1 년 전 | |
.env.development | 1 년 전 | |
.env.production | 2 년 전 | |
.env.staging | 2 년 전 | |
.eslintignore | 2 년 전 | |
.eslintrc-common.js | 2 년 전 | |
.eslintrc.js | 2 년 전 | |
.gitignore | 2 년 전 | |
README.md | 2 년 전 | |
dist.rar | 1 년 전 | |
favicon.ico | 2 년 전 | |
index.html | 2 년 전 | |
jsconfig.json | 2 년 전 | |
package.json | 5 달 전 | |
postcss.config.js | 2 년 전 | |
vite.config.js | 2 년 전 | |
yarn-error.log | 2 년 전 |
// 安装依赖 yarn install
// 可以通过如下操作解决 npm 下载速度慢的问题 npm install --registry=https://registry.npm.taobao.org
// 启动服务 yarn dev