0.5.2 • Published 4 years ago

@zero-scripts/preset.webpack-spa v0.5.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

@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.

Main documentation