Hello, world!
Welcome to your new single-page application, built with:
To help you get started, we've also set up:
- Client-side navigation. For example, click Counter then Back to return here.
- Webpack dev middleware. In development mode, there's no need to run the
webpack
build tool. Your client-side resources are dynamically built on demand. Updates are available as soon as you modify any file.
- Hot module replacement. In development mode, you don't even need to reload the page after making most changes. Within seconds of saving changes to files, your Knockout app will be rebuilt and a new instance injected is into the page.
- Code splitting and lazy loading. KO components may optionally be bundled individually and loaded on demand. For example, the code and template for 'Counter' is not loaded until you navigate to it..
- Efficient production builds. In production mode, development-time features are disabled, and the
webpack
build tool produces minified static CSS and JavaScript files.