项目原始demo,不改动
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Ce dépôt est archivé. Vous pouvez voir les fichiers et le cloner, mais vous ne pouvez pas pousser ni ouvrir de ticket/demande d'ajout.
 
 
 
 
xzx 2ec7739298 [Version] V.3.8 il y a 4 ans
..
lib [Version] V.3.8 il y a 4 ans
node_modules [Version] V.3.8 il y a 4 ans
LICENSE [Version] V.3.8 il y a 4 ans
README.md [Version] V.3.8 il y a 4 ans
index.js [Version] V.3.8 il y a 4 ans
package.json [Version] V.3.8 il y a 4 ans

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.