海信彩屏线控器展会demo项目,20230515
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.
 
 
 
 
 
刘洪超 70f43fddb2 场景背景问题 1 year ago
public 优化空调控制页数据 1 year ago
src 场景背景问题 1 year ago
tools init 1 year ago
.browserslistrc init 1 year ago
.cz-config.js init 1 year ago
.editorconfig init 1 year ago
.env.dev init 1 year ago
.env.prod init 1 year ago
.eslintignore init 1 year ago
.eslintrc.cjs init 1 year ago
.gitignore init 1 year ago
.prettier.js init 1 year ago
.prettierignore init 1 year ago
README.md first commit 1 year ago
commitlint.config.js init 1 year ago
index.html 定时删除 1 year ago
package.json 消息,场景 1 year ago
tsconfig.json init 1 year ago
tsconfig.node.json init 1 year ago
vite.config.ts init 1 year ago

README.md

vue3-ts

推荐环境:建议使用 16.14.0

Project setup

npm i

Compiles and hot-reloads for development

npm run dev

Compiles and minifies for production

npm run build

Customize configuration

See Configuration Reference.

es-lint 常见检查错误

报错Component name “xxxxx“ should always be multi-word.eslintvue 将文件名改为2个单词中间用“-”连接

代码提交要注意:

使用”git add .“添加所有文件后,建议使用”git cz“命令进行提交记录的生成;

风格指南 https://vant-contrib.gitee.io/vant/v3/#/zh-CN/style-guide