thiled / vue-scooter

A lightweight vue loader for browser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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+

Dependencies

stylis
vue-hot-reload-api

License

MIT

About

A lightweight vue loader for browser

License:MIT License


Languages

Language:JavaScript 100.0%