startbrowser

Nuxt.js module to launch the browser with the application when the server starts

Usage no npm install needed!

<script type="module">
  import startbrowser from 'https://cdn.skypack.dev/startbrowser';
</script>

README

startbrowser

Nuxt.js module to launch the browser with the application when the server starts

NPM

Installation

npm install startbrowser

Setup

  • Add startbrowser dependency using yarn or npm to your project
  • Add startbrowser to modules section of nuxt.config.js
modules: ['startbrowser']

Changelog

  • v 1.0.0 - Initial Release

License

GNU General Public License v3.0