Skip to content

zhengshuai1001/ipadws

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

antd-mobile with webpack

basic proj demo with webpack@2 and tree-shaking 😄 😄

Install & Start

npm i  # npm i --save-dev webpack@2 webpack-dev-server@2 extract-text-webpack-plugin
npm start

open http://localhost:44944/

Build

npm run build  # then see dist dir
# Note: you should remove `webpack-visualizer-plugin / webpack-bundle-analyzer` code in webpack.config.js file for production environment.

bundle analyzer tools: webpack-bundle-analyzer / webpack-visualizer-plugin (Note: just for dist bundle file analyse)

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.7%
  • CSS 4.6%
  • HTML 1.7%