0.1.8 • Published 3 years ago
@shawnfarsai/scale-ui-vite v0.1.8
NPM Package
https://www.npmjs.com/package/@shawnfarsai/scale-ui-vite
Install
yarn
# or `npm install`Run Dev server
This just comes vite, we shouldn't ever need to use this
yarn dev
# or `npm run dev`Storybook
Make sure on Node 16. For newer versions of Node we need to move to Storybook 7 which is still in Beta.
nvm use 16
yarn storybookBuild
yarn build
# or `npm run build`this will update /dist folder, which is what gets uploaded to the npm registry.
Publish
Need to be logged into an NPM account with perms to update the package
npm publish --access=publicTodo
one command that builds, publishes, versions, etc. Look into the auto package that works with github labels to do semantic releases