vue-cli-plugin-standalone

0.0.3 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i vue-cli-plugin-standalone

Weekly Downloads

1

Version

0.0.3

License

MIT

Unpacked Size

4.15 kB

Total Files

5

Last publish

Collaborators

  • shadskii