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.
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
See demo for a taste
Chrome 63+
Firefox 67+
Edge 79+
Safari 11.1+