Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.
/ webpack-vue Public archive

webpack + VueJS 2.0 component starter project

Notifications You must be signed in to change notification settings

jmaister/webpack-vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webpack-vue

Minimal webpack + VueJS single-file component

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# serve production at localhost:8080 with python 2
python -m SimpleHTTPServer 8080

# serve production at localhost:8080 with python 3
python -m http.server 8080

How has been created

npm install -g vue-cli
vue init webpack-simple webpack-vue
cd webpack-vue
npm install
npm run dev

For detailed explanation on how things work, consult the docs for vue-loader.

About

webpack + VueJS 2.0 component starter project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published