https://github.com/jyoketsu/uni-app-template
uni-app 开发示例模版。使用 `Vue3/Vite`。
https://github.com/jyoketsu/uni-app-template
Last synced: about 2 months ago
JSON representation
uni-app 开发示例模版。使用 `Vue3/Vite`。
- Host: GitHub
- URL: https://github.com/jyoketsu/uni-app-template
- Owner: jyoketsu
- Created: 2022-09-02T08:21:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-07T08:50:42.000Z (over 2 years ago)
- Last Synced: 2025-02-10T13:15:54.173Z (4 months ago)
- Language: Vue
- Size: 32.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
___ ___ ________ ___ ________ ________ ________
|\ \|\ \|\ ___ \|\ \ |\ __ \|\ __ \|\ __ \
\ \ \\\ \ \ \\ \ \ \ \ ____________\ \ \|\ \ \ \|\ \ \ \|\ \
\ \ \\\ \ \ \\ \ \ \ \|\____________\ \ __ \ \ ____\ \ ____\
\ \ \\\ \ \ \\ \ \ \ \|____________|\ \ \ \ \ \ \___|\ \ \___|
\ \_______\ \__\\ \__\ \__\ \ \__\ \__\ \__\ \ \__\
\|_______|\|__| \|__|\|__| \|__|\|__|\|__| \|__|```
## 简介
uni-app 开发示例模版。使用 `Vue3/Vite`。
## 使用技术
- [uni-app](https://uniapp.dcloud.net.cn/api/) - uni-app
- [Vite](https://www.pipipi.net/vite/) - vite
- [Vue3](https://staging-cn.vuejs.org/guide/introduction.html) - Vue
- [Vuex](https://next.vuex.vuejs.org/zh/index.html) - vuex## 安装
```
yarn
```## 启动服务
```
yarn dev:h5
```## 编译
```
yarn build:h5
```