Mocking up web app with mini-program-boot (speed)
- ⚡ 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
- Eslint
- Prettier
- prettier-plugin-tailwindcss - Automatic Class Sorting with Prettier
Create a repo from this template on GitHub.
npx degit kirklin/mini-program-boot my-mini-program-app
cd my-mini-program-app
yarn install
Just run and visit http://localhost:10086
npm run dev:webapp
To build the App, run
npm run build:webapp
And you will see the generated file in dist
that ready to be served.