|
|
il y a 3 ans | |
|---|---|---|
| .. | ||
| public | il y a 3 ans | |
| src | il y a 3 ans | |
| .env | il y a 3 ans | |
| .gitignore | il y a 3 ans | |
| README.md | il y a 3 ans | |
| index.html | il y a 3 ans | |
| package.json | il y a 3 ans | |
| tsconfig.json | il y a 3 ans | |
| tsconfig.node.json | il y a 3 ans | |
| vite.config.ts | il y a 3 ans | |
开发环境
# 安装依赖库
yarn install
# 创建开发环境配置文件
cp .env .env.development.local
# 启动 dev server
yarn run dev
修改 port 和 proxy 配置在: vite.config.ts