Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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等技术开发微信小程序
- Host: GitHub
- URL: https://github.com/kirklin/boot-taro-vue
- Owner: kirklin
- License: mit
- Created: 2022-08-11T09:23:39.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-14T11:59:09.000Z (about 2 years ago)
- Last Synced: 2024-10-20T17:52:49.820Z (3 months ago)
- Topics: miniprogram, tailwind, taro, template, vue3-typescript, windicss
- Language: TypeScript
- Homepage:
- Size: 801 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.en.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
MiniProgram Boot
Mocking up web app with mini-program-boot (speed)
## 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.