Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kirklin/boot-taro-vue

使用 Vue3、Taro 、TypeScript 、Tailwind/Windi CSS等技术开发微信小程序
https://github.com/kirklin/boot-taro-vue

miniprogram tailwind taro template vue3-typescript windicss

Last synced: about 1 month ago
JSON representation

使用 Vue3、Taro 、TypeScript 、Tailwind/Windi CSS等技术开发微信小程序

Awesome Lists containing this project

README

        


MiniProgram Boot



Mocking up web app with mini-program-boot (speed)


English | 简体中文

## Features

- ⚡ [Vue 3](https://github.com/vuejs/vue-next)
- 💪 [Typescript](https://www.typescriptlang.org/) - of course! necessary
- 💡 [Taro v3](https://taro.js.org/) - An cross-platform and -framework solution for easily developing applications across mini-programs, Web, APP, etc.
- 🎨 [Tailwind/WindiCSS](https://tailwindcss.com/docs/configuration) - Rapidly build modern websites without ever leaving your HTML.
- 🌼 [Daisy](https://daisyui.com/) - The free and open-source Tailwind CSS component library

### Coding Style

- [Eslint](https://eslint.org/docs/user-guide/getting-started)
- [Prettier](https://prettier.io/docs/en/install.html)
- [prettier-plugin-tailwindcss](https://tailwindcss.com/blog/automatic-class-sorting-with-prettier) - Automatic Class Sorting with Prettier

### Recommended IDE Setup

- [VSCode](https://code.visualstudio.com/)
- [Volar](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.volar)

## Try it now!

### GitHub Template

[Create a repo from this template on GitHub](https://github.com/kirklin/mini-program-boot/generate).

### Clone to local

```bash
npx degit kirklin/mini-program-boot my-mini-program-app
cd my-mini-program-app
yarn install
```

## Usage

### Development

Just run and visit http://localhost:10086

```bash
npm run dev:webapp
```

### Build

To build the App, run

```bash
npm run build:webapp
```

And you will see the generated file in `dist` that ready to be served.