0.0.3 • Published 6 years ago
vue-cli-plugin-standalone v0.0.3
vue-cli-plugin-standalone
Package your whole app into a single file
Vue CLI 3 plugin to create standalone html builds. This plugin adds the build:standalone script to your vue project. This command packages an entire app into a single .html file. All js and css are inlined and all media is base64 encoded and inlined.
How To
Create Vue App
npm install -g @vue/cli
vue create my-app
cd my-appAdd the plugin to your vue app.
vue add standaloneUsage
npm run build:standalone # Creates a single file build of your appnpm run serve:standalone # Serves your app with assets inlinedLicense
MIT