0.0.3 • Published 4 years ago

vue-cli-plugin-standalone v0.0.3

Weekly downloads
43
License
MIT
Repository
github
Last release
4 years ago

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-app

Add the plugin to your vue app.

vue add standalone

Usage

npm run build:standalone # Creates a single file build of your app
npm run serve:standalone # Serves your app with assets inlined

License

MIT