Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 672 Bytes

README.md

File metadata and controls

38 lines (29 loc) · 672 Bytes

Parcel Vue Single HTML Page

Feature

  • 📱移动端
  • 🚀适用于快速搭建原型应用
  • 💀适用于兼容老旧前后端未分离项目
  • 📦打包后可对HTML CSS 不压缩,可配置
  • 🔥支持热模块替换
  • 💅支持 PostCSS
  • 🥳内置 Mand-Mobile UI(px2rem)

Getting Started

Develop

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

Build

yarn build
# or
npm run build

Clean

yarn clean
# or
npm run clean