https://github.com/yuler/h5-starter
https://github.com/yuler/h5-starter
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/yuler/h5-starter
- Owner: yuler
- Created: 2023-08-14T15:02:17.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-08T03:20:26.000Z (almost 2 years ago)
- Last Synced: 2025-04-06T12:13:21.158Z (over 1 year ago)
- Language: TypeScript
- Size: 116 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# h5-starter
[](https://pnpm.io/)
```bash
git clone --depth 1 https://github.com/yuler/h5-starter
rm -rf .git && git init && git add -A && git commit --message "Initial Commit"
```
## Project Structure
```bash
src # 源码目录
├── pages # 页面
├── components # 全局组件
├── utils # 工具类
├── router.ts # 路由
├── stores.ts # 全局状态
└── constants.ts # 全局常量
```
## Tech Stacks
- [Vite](https://vitejs.dev/)
- [Vue 2.7.x](https://v2.vuejs.org/)
- [UnoCSS](https://uno.antfu.me/)
## Development
- `corepack enable`
- `pnpm install`
- `pnpm run dev`
## Release
- `npm version `