From 9d1ca7ccd6540871fd25662e953535b6e760779d Mon Sep 17 00:00:00 2001 From: wangshuai Date: Tue, 16 May 2023 10:02:59 +0800 Subject: [PATCH] first commit --- README.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6f4d485 --- /dev/null +++ b/README.md @@ -0,0 +1,34 @@ +# 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](https://vitejs.cn/guide/features.html). + +## 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