visual-panel-schema-configurator
v1.0.5
Published
Visual Panel Schema Configurator.
Readme
VSPanelConfigurator
Running with Hot Module Reload
If you wish to try out the experimental Hot Module Reload, you may run your application with the following command:
npm start -- webpack.server.hmrFeature configuration
Most of the configuration will happen in the webpack.config.js file.
There, you may configure advanced loader features or add direct SASS or LESS loading support.
Bundling
To build an optimized, minified production bundle (output to /dist) execute:
npm start -- buildTo build
To test either the development or production build execute:
npm start -- serveThe production bundle includes all files that are required for deployment.
