Skip to content

A simple Webpack + vue-loader setup for quick prototyping.

Notifications You must be signed in to change notification settings

edward32tnt/webpack-vue-ssr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 

Repository files navigation

webpack-vue-ssr

A simple Vue 2.0 Webpack & Server render for Develop.

This template just for Vue 2.0.

Usage

This is a project template for vue-cli.

$ npm install -g vue-cli
$ vue init edward32tnt/webpack-vue-ssr my-project
$ cd my-project
$ npm install
$ npm run start

What's Included

  • npm run start: Webpack + vue-loader with proper config for source maps & hot-reload.

  • npm run start:server: Webpack + vue-server-renderer for test server renderer

  • npm run build: build with HTML/CSS/JS minification.

For detailed explanation on how things work, consult the docs for vue-loader. Also check out the breaking changes in [email protected]. consult the docs for vue-server-renderer.

About

A simple Webpack + vue-loader setup for quick prototyping.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.4%
  • Vue 15.9%
  • HTML 2.7%