Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 299 Bytes

File metadata and controls

15 lines (11 loc) · 299 Bytes

webpack-playground

# start a local server in dev mode to develop
npm run dev

# build the code and generate the bundle using dev mode
npm run build

# build the code and generate the bundle using production mode
npm run build:prod

# statically serve the generated bundle
npm run serve