Skip to content

mengman2016/webApp

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:8000/

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)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published