This repository was archived by the owner on Apr 15, 2020. It is now read-only.
forked fromvuejs-templates/webpack-simple
- Notifications
You must be signed in to change notification settings - Fork12
bootstrap-vue/webpack-simple
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A simple Vue 2.0 Webpack &
vue-loader
setup for quick prototyping. Note this template is not suitable for production - for that you may want to wait for an official 2.0 webpack template.This template is Vue 2.0 compatible.
This is a project template forvue-cli.
npm install -g vue-clivue init bootstrap-vue/webpack-simple my-projectcd my-projectnpm installnpm run dev
npm run dev
: Webpack +vue-loader
with proper config for source maps & hot-reload.npm run build
: build with HTML/CSS/JS minification.
For detailed explanation on how things work, consult thedocs for vue-loader. Also check out thebreaking changes in vue-loader@9.0.0.
You can fork this repo to create your own boilerplate, and use it withvue-cli
:
vue init username/repo my-project
About
A simple Webpack + vue-loader setup for quick prototyping.
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Languages
- JavaScript59.6%
- Vue34.1%
- HTML6.3%