vue-sfc-loader

0.1.0 • Public • Published

vue-sfc-loader

vue sfc loader for browser

Features

  • Able to handle component importing other components.
  • Support CSS preprocessor SSSA.

Install

npm install vue-sfc-loader

Usage

import sfcLoader form 'vue-sfc-loader';
 
sfcLoader
  .load('./exmaple.vue')
  .then(componentOptions => {
    new Vue({
      render: h => h(componentOptions);
    });
  });

License

© BinRui Guan

Readme

Keywords

Package Sidebar

Install

npm i vue-sfc-loader

Weekly Downloads

18

Version

0.1.0

License

MIT

Unpacked Size

201 kB

Total Files

20

Last publish

Collaborators

  • differui