现代化的 Vue 技术栈 即刻享受令人愉悦的开发体验 😄

470 阅读2分钟

Modern Vue

现代化的 Vue 技术栈 支持 Micro front endMonorepo 🎉。

即刻享受令人愉悦的开发体验 😄。

特点


Pre-packed

UI Frameworks

Icons

Plugins

Coding Style

Dev tools

特别鸣谢

运行环境

Node >=14

GitHub Template

Create a repo from this template on GitHub.

如何使用

Development

安装 rush 工具链:

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

进入项目目录并使用 rushx 运行(代替 npm run) 然后浏览器访问 http://localhost:3333 :

cd apps/modern-vue

rushx dev

启动 react 项目:

cd apps/sub-react

rushx start

然后访问 http://localhost:3333/sub/react

打包

打包项目命令为:

cd apps/modern-vue

rushx build

使用 Env 环境:

rushx build:test