djuric42 / webpack-vue-sample

Simple example of Webpack Vue-loader.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

webpack vue sample

Simple example of Vue component bundled with webpack, and tutorial.

see also 【2018年】Webpack4でVue.js単一ファイルコンポーネントの作り方

TL;DR

In this tutorial, I have described How To Setup Vue.js component bundled with webpack + Babel-loader. Babel7 is out in August this year, If you are new to webpack 4 + vue component, then you'd better be careful to install Babel-loader new version.

Here working configuration based on latest v. Babel-loader and vue-loader.

2018年8月以降のBabelのバージョンアップにより、vue単一ファイルコンポーネントの使い方が今までとは少し違います。ご注意ください。

Usage

git clone and

npm install
npm run start

Now, you can see "Hello World! from VueComponent"!

About

Simple example of Webpack Vue-loader.

License:MIT License


Languages

Language:JavaScript 93.9%Language:Vue 6.1%