ELRIWebSystem/Learning/vue/webpack/docs
詹力 436a144a76 更新vue学习例子和文档 2023-12-17 03:07:17 +08:00
..
README.md 更新vue学习例子和文档 2023-12-17 03:07:17 +08:00
SUMMARY.md 更新vue学习例子和文档 2023-12-17 03:07:17 +08:00
babel.md 更新vue学习例子和文档 2023-12-17 03:07:17 +08:00
backend.md 更新vue学习例子和文档 2023-12-17 03:07:17 +08:00
commands.md 更新vue学习例子和文档 2023-12-17 03:07:17 +08:00
e2e.md 更新vue学习例子和文档 2023-12-17 03:07:17 +08:00
env.md 更新vue学习例子和文档 2023-12-17 03:07:17 +08:00
linter.md 更新vue学习例子和文档 2023-12-17 03:07:17 +08:00
pre-processors.md 更新vue学习例子和文档 2023-12-17 03:07:17 +08:00
prerender.md 更新vue学习例子和文档 2023-12-17 03:07:17 +08:00
proxy.md 更新vue学习例子和文档 2023-12-17 03:07:17 +08:00
static.md 更新vue学习例子和文档 2023-12-17 03:07:17 +08:00
structure.md 更新vue学习例子和文档 2023-12-17 03:07:17 +08:00
unit.md 更新vue学习例子和文档 2023-12-17 03:07:17 +08:00

README.md

Introduction

This boilerplate is targeted towards large, serious projects and assumes you are somewhat familiar with Webpack and vue-loader. Make sure to also read vue-loader's documentation for common workflow recipes.

If you just want to try out vue-loader or whip out a quick prototype, use the webpack-simple template instead.

Quickstart

To use this template, scaffold a project with vue-cli. It is recommended to use npm 3+ for a more efficient dependency tree.

$ npm install -g vue-cli
$ vue init webpack my-project
$ cd my-project
$ npm install
$ npm run dev