ace-ui-components
v0.2.18
Published
ACE UI Components
Downloads
2
Readme
ACE Components
Official Repo for ACE Components.
How do I set up the project?
npm i
How do I set up documentation?
cd docs/website
npm i
npm start
How 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