Skip to content

kingzez/parcel-vue-single-html-page

Repository files navigation

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

About

快速搭建原型App,兼容老旧前后端未分离项目过渡利器

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published