https://github.com/ruochuan12/vue-mini-analysis
vue-mini-analysis
https://github.com/ruochuan12/vue-mini-analysis
Last synced: 6 months ago
JSON representation
vue-mini-analysis
- Host: GitHub
- URL: https://github.com/ruochuan12/vue-mini-analysis
- Owner: ruochuan12
- Created: 2024-07-15T11:45:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-28T16:11:52.000Z (about 1 year ago)
- Last Synced: 2025-02-15T02:35:10.196Z (8 months ago)
- Language: JavaScript
- Size: 6.32 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.1.md
Awesome Lists containing this project
README
# vue-mini-project
⚠️ 注意:将此项目导入微信开发者工具时请选择项目根目录而非 `dist` 目录。
更多信息请访问官方文档:[vuemini.org](https://vuemini.org)
## 依赖安装
```sh
pnpm install
```## 本地开发
```sh
pnpm dev
```## 生产构建
```sh
pnpm build
```## 代码格式化
```sh
pnpm format
```## TS 代码质量检测
```sh
pnpm lint:script
```## CSS 代码质量检测
```sh
pnpm lint:style
```## 类型检测
```sh
pnpm type-check
```## 单元测试
```sh
pnpm test
```