|
|
@@ -6,24 +6,22 @@ This template should help get you started developing with Vue 3 in Vite.
|
|
|
|
|
|
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur).
|
|
|
|
|
|
-## Customize configuration
|
|
|
-
|
|
|
-See [Vite Configuration Reference](https://vitejs.dev/config/).
|
|
|
-
|
|
|
-## Project Setup
|
|
|
+## 项目设置
|
|
|
|
|
|
```sh
|
|
|
-npm install
|
|
|
-```
|
|
|
+# 安装项目依赖
|
|
|
+$ npm install
|
|
|
+$ npm install --legacy-peer-deps
|
|
|
|
|
|
-### Compile and Hot-Reload for Development
|
|
|
+# 本地启动项目
|
|
|
+$ npm run dev
|
|
|
|
|
|
-```sh
|
|
|
-npm run dev
|
|
|
+# 构建项目
|
|
|
+$ npm run build
|
|
|
```
|
|
|
|
|
|
-### Compile and Minify for Production
|
|
|
+## 相关资源
|
|
|
|
|
|
-```sh
|
|
|
-npm run build
|
|
|
-```
|
|
|
+* [Vite配置参考](https://vitejs.dev/config/).
|
|
|
+* [字节跳动前端框架 arco design](https://arco.design/vue/docs/start)
|
|
|
+* [RAGFlow 开源大模型](https://infiniflow.cn/)
|