/modern-vue-template

Modern Vue stack 2022. Joyful development experience ๐ŸŽ‰

Primary LanguageJavaScript

Modern Vue

Modern Vue stack 2022 with Micro front end & Monorepo ๐ŸŽ‰.

Joyful development experience ๐Ÿ˜„.

English | ็ฎ€ไฝ“ไธญๆ–‡

Features

Pre-packed

UI Frameworks

Icons

Plugins

Coding Style

Dev tools

Try it now!

Requires Node >=14

GitHub Template

Create a repo from this template on GitHub.

Clone to local

If you prefer to do it manually with the cleaner git history

Usage

Development

Install Rush tool kit:

npm i -g pnpm typescript eslint@7 @microsoft/rush prettier

Go project folder and using rushx run and visit http://localhost:3333 :

cd apps/modern-vue

rushx dev

With micro sub app, start React17 app and visit http://localhost:3333/sub/react :

cd apps/sub-react

rushx start

Build

To build the App, run

cd apps/modern-vue

rushx build

With Env:

rushx build:test

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

Thanks

Final

enjoy :)