- 📱移动端
- 🚀适用于快速搭建原型应用
- 💀适用于兼容老旧前后端未分离项目
- 📦打包后可对HTML CSS 不压缩,可配置
- 🔥支持热模块替换
- 💅支持 PostCSS
- 🥳内置 Mand-Mobile UI(px2rem)
yarn dev
# or
npm run dev
If single entry file open http://localhost:1234, if mutiple entry files, need specifying file name open http://localhost:1234/index.html
yarn build
# or
npm run build
yarn clean
# or
npm run clean