项目原始demo,不改动
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 
xzx 2ec7739298 [Version] V.3.8 пре 4 година
..
lib [Version] V.3.8 пре 4 година
node_modules [Version] V.3.8 пре 4 година
LICENSE [Version] V.3.8 пре 4 година
README.md [Version] V.3.8 пре 4 година
index.js [Version] V.3.8 пре 4 година
package.json [Version] V.3.8 пре 4 година

README.md

vue-loader Build Status Windows Build status npm package

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.