nq-ccp-single-spa-css
v1.1.2
Published
Lifecycle helpers for loading CSS
Downloads
48
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 nq-ccp-single-spa-css
by following the steps:
- Make changes to the project
- Change the version in
package.json
("version": "1.1.1"
=>"version": "1.1.2"
) - 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.com
using credentials: usernameactiveplatform
* pnpm publish
- Check actual version on ccp-single-spa-css package page
*- executed when there is no authorization in npmjs.com