@zero-scripts/preset.webpack-spa
v0.5.2
Published
Development Single Page Applications
Downloads
13
Maintainers
Readme
@zero-scripts/preset.webpack-spa
Basically this way intended to use without any framework. However, you can extend preset with extensions.
Installation
yarn
yarn add @zero-scripts/preset.webpack-spa
npm
npm i @zero-scripts/preset.webpack-spa
Usage
webpack-spa start
Runs the app in development mode. Open http://localhost:3000 to view it in the browser.
The page will automatically reload if you make changes to the code.
webpack-spa build
Builds the app for production to the build
folder.
It optimizes the build for the best performance.