ccp-single-spa-css
v0.0.8
Published
Lifecycle helpers for loading CSS
Downloads
39
Readme
Recommended IDE Setup
- VS Code + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).
Publishing a project to the npmjs.com service
You can publish package ccp-single-spa-css by following the steps:
- Make changes to the project
- Change the version in
package.json("version": "0.0.4"=>"version": "0.0.5") - Create a merge request and successfully pass the review
- Merge your branch into the Master branch
- Using the Master branch, do the following in a terminal:
npm login*- Log in to
npmjs.comusing credentials: usernameactiveplatform-frontend* pnpm publish- Check actual version on ccp-single-spa-css package page
*- executed when there is no authorization in npmjs.com
