ace-ui-components
v0.2.18
Published
ACE UI Components
Readme
ACE Components
Official Repo for ACE Components.
How do I set up the project?
npm iHow do I set up documentation?
cd docs/website
npm i
npm startHow do I publish updates
- Update the "version" package.json then run the following commands
npm install @stencil/sass --save
npm i
npm login
npm publish
