0.0.202 • Published 4 years ago
c2-ui-kit
Licence
—
Version
0.0.202
Deps
0
Size
1.1 MB
Vulns
0
Weekly
0
C2 UI Kit
Works with node version 12.18.3
Startup commands:
- npm install (first time)
- npm run build
- npm run serve (starts server)
Notes:
- components should be built to accessibility standards
- prefix components with "c2-" unless third-party component
- prefix with "_" if sub-component
- follow existing components for structuring JS
To publish new package version to npm:
- merge develop into master
- checkout master branch
- pull latest
- npm login
- npm version patch (increments package version)
- npm publish
- git push (pushes new version back to master)