Vue.js template for FuseBox builder
- TypeScript support
- Single File components support
- Class-style Vue Components support - thanks to vue-class-component
- Properties decorators support - thanks to vue-property-decorator
- SSCS compilation
- PostCSS processing
- tslint - thanks to tslint-config-airbnb
- Static assets extraction and minification
- Hot Module Replacement (HMR)
- run
yarn run dev
ornpm run dev
. This will compile your app and run the dev server. - open
http://localhost:4444
.
- run
yarn run build
ornpm run build
. This will compile your app and generate static, minified, assets.