Skip to content

A simple Webpack + vue-loader setup for WeChat web pages.

Notifications You must be signed in to change notification settings

viko16/wechat-webpack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

wechat-webpack

This is a fork of vuejs-templates/webpack-simple, special custom for WeChat Web Pages.

What's More

  • autoprefixer
  • extract-text-webpack-plugin
  • less-loader
  • vue-resource
  • vue-router
  • WeChat web pages adapted ( JS-SDK injected, HTML Meta, etc)

Usage

This is a project template for vue-cli.

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

What's Included

  • npm run dev: Webpack + vue-loader with proper config for source maps & hot-reload.
  • npm run build: Production build with HTML/CSS/JS minification.

About

A simple Webpack + vue-loader setup for WeChat web pages.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 50.3%
  • Vue 42.2%
  • HTML 7.5%