An open API service indexing awesome lists of open source software.

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`。

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
```