UI components to using on Angular
This project uses Angular as framework and Angular Material for basic UI components.
# install dependencies
$ npm i
# Run the project
$ npm start
Generate a component
ng generate cubo-schematics:component componentName
Generate a page
ng generate cubo-schematics:page pageName
With the commands above, you have everything to start.
Generate a new release
# generate a build
npm run build:lib
# publish new release
cd projects/lib/dist
npm publish
This project uses Cubo Coding Style as code reference.
npm start
: run all tasks, initialize watch for changes and a starts a servernpm run build
: run all production tasks and create adist
folder to deploynpm run lint
: lint for javascript and cssnpm run fix
: command to fix all eslint errorsnpm run deploy
: run all build tasks and deploy on gh-pages
npm run build:lib
: run all lib tasks and create adist
folder to deploynpm run deploy:lib
: run all build tasks to lib and deploy on npm
MIT License © Cubo 2018