You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
zhangjiming b9f65f25c9 添加温度设定弹框 6 months ago
.vscode init 6 months ago
public init 6 months ago
src 添加温度设定弹框 6 months ago
.env 补充目录和环境变量 6 months ago
.gitignore init 6 months ago
README.md readme 约定 6 months ago
env.d.ts init 6 months ago
index.html 移除不需要的文件 6 months ago
package-lock.json 测试路由跳转 6 months ago
package.json 测试路由跳转 6 months ago
postcss.config.js 支持CSS嵌套 6 months ago
tailwind.config.js 首页界面搭建 6 months ago
tsconfig.app.json init 6 months ago
tsconfig.json init 6 months ago
tsconfig.node.json init 6 months ago
vite.config.ts 修改默认端口号为5174 6 months ago

README.md

A1800

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

约定

目录: views: 主要页面 components: 子组件 services: API接口 assets: 资源(图片) utils: 实用工具

.env 环境变量(如IP,Port) .env.local 本地环境变量