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 startGenerate a component
ng generate cubo-schematics:component componentNameGenerate a page
ng generate cubo-schematics:page pageNameWith 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 publishThis 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 adistfolder 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 adistfolder to deploynpm run deploy:lib: run all build tasks to lib and deploy on npm
MIT License © Cubo 2018