vue-scooter
v1.2.4
Published
A lightweight vue loader for browser
Downloads
11
Readme
vue-scooter
Introduction
vue-scooter parses single vue file components directly in the browser. It is designed to start modular static pages development quickly without any module bundler, for the pages with low browser compatibility requirements.
Features
scripts in .vue
- suport importing ESM script files
- does not support require()
styles in .vue
- support nested css
- support scoped css with ::v-deep{} as exceptions
using vue-scooter-cli
- instantly dev-server start
- fast hmr
- fast build
Usage
See demo for a taste
Browser compatibility
Chrome 63+
Firefox 67+
Edge 79+
Safari 11.1+