Vue single-file component loader for Webpack
npm install @vusion/vue-loader> This is a fork of vue-loader with some modifications for handling Vusion Components.
> Sync to vue-loader@13.5.0
Object.defineProperty to Object.assign for __vueOptions__midLoaders optioncssModules always existComponent.options._Ctor_[index] in query.localIdentName to make different tags in same situation> Vue.js component loader for Webpack.

The best way to get started is with vue-cli:
`` js`
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.