Starter Package for nswow development
npx @multivisio/nswow@latest init {{ project-name }}
cd {{ project-name }}
npm install
Run dev server:
npm run dev
Build all required files.
npm run build
| Command | Description |
|---|---|
npm install |
Installs all packages listed in package.json |
npm run dev |
Starts the development environment including SCSS and JS watcher (Live Reload) |
npm run build |
Generates all CSS and JS files and ZIP packages in .output |
npx srl create component |
Creates a component |
npx srl add components |
Adds predefined components |
npx srl remove components |
Removes one or more components |
npx srl add groups |
Adds predefined groups and their components |
npx srl remove groups |
Removes one or more groups |