first commit

This commit is contained in:
DEV_DSW
2026-01-28 11:49:55 +08:00
commit 52a8ea4bd5
34 changed files with 5025 additions and 0 deletions

45
README.md Normal file
View File

@@ -0,0 +1,45 @@
# 智念移动端单页应用Vue3模板
# 安装依赖
Yarn 安装
```bash
yarn install
```
npm 安装
```bash
npm install
```
# 运行开发
```bash
yarn dev
```
```bash
npm run dev
```
# 测试打包
```bash
yarn build:stage
```
```bash
npm build:stage
```
# 生产打包
```bash
yarn build:prod
```
```bash
npm build:prod
```