From 1de7198e488a0e4e82c67b36b498db1c4aef73e5 Mon Sep 17 00:00:00 2001 From: 廖井涛 <2265517004@qq.com> Date: 星期二, 23 一月 2024 11:17:05 +0800 Subject: [PATCH] 添加mm项目 --- north-glass-erp/northglass-erp/README.md | 29 +++++++++++++++++++++++++++++ 1 files changed, 29 insertions(+), 0 deletions(-) diff --git a/north-glass-erp/northglass-erp/README.md b/north-glass-erp/northglass-erp/README.md new file mode 100644 index 0000000..b7e89c9 --- /dev/null +++ b/north-glass-erp/northglass-erp/README.md @@ -0,0 +1,29 @@ +# northglass-erp + +This template should help get you started developing with Vue 3 in Vite. + +## Recommended IDE Setup + +[VSCode](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). + +## Customize configuration + +See [Vite Configuration Reference](https://vitejs.dev/config/). + +## Project Setup + +```sh +npm install +``` + +### Compile and Hot-Reload for Development + +```sh +npm run dev +``` + +### Compile and Minify for Production + +```sh +npm run build +``` -- Gitblit v1.8.0