|
|
@@ -1,7 +1,5 @@
|
|
1
|
|
-# Vue 3 + Vite
|
|
2
|
|
-
|
|
3
|
|
-This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
|
|
4
|
|
-
|
|
5
|
|
-## Recommended IDE Setup
|
|
6
|
|
-
|
|
7
|
|
-- [VS Code](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).
|
|
|
1
|
+期初数据导入前台
|
|
|
2
|
+##使用语句
|
|
|
3
|
+npm run dev
|
|
|
4
|
+如果使用于其他需要期初导入项目,尽量创建新的分支,防止由于相关程序互相影响,影响数据和程序的准确定性
|
|
|
5
|
+程序为单机程序,需要开发人员在本地执行,没有部署的功能
|