Skip to content
forked from vuejs/vue-loader

Webpack loader for Vue.js components

License

Notifications You must be signed in to change notification settings

vusion/vue-loader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@vusion/vue-loader

This is a fork of vue-loader with some modifications for handling Vusion Components. Sync to vue-loader@13.5.0

Modifications

lib/loader.js

  • Change Object.defineProperty to Object.assign for __vueOptions__
  • Add midLoaders option
  • Keep cssModules always exist
  • Delete Component.options._Ctor
  • Remove _[index] in query.localIdentName to make different <style> tags in same situation

lib/normalize.js

  • Change dep path

Others

  • Forge AST when using server mode

Origins

vue-loader

Vue.js component loader for Webpack.

The best way to get started is with vue-cli:

npm install -g vue-cli
vue init webpack-simple hello
cd hello
npm install
npm run dev

This will setup a basic Webpack + vue-loader project for you, with *.vue files and hot-reloading working out of the box!

For advanced vue-loader configuration, checkout the documentation.

About

Webpack loader for Vue.js components

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%