Skip to content

Latest commit

 

History

History
64 lines (43 loc) · 1.68 KB

README.en.md

File metadata and controls

64 lines (43 loc) · 1.68 KB

MiniProgram Boot

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

Features

  • Vue 3
  • 💪 Typescript - of course! necessary
  • 💡 Taro v3 - An cross-platform and -framework solution for easily developing applications across mini-programs, Web, APP, etc.
  • 🎨 Tailwind/WindiCSS - Rapidly build modern websites without ever leaving your HTML.
  • 🌼 Daisy - The free and open-source Tailwind CSS component library

Coding Style

Recommended IDE Setup

Try it now!

GitHub Template

Create a repo from this template on GitHub.

Clone to local

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

npm run dev:webapp

Build

To build the App, run

npm run build:webapp

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