conan-tutor-server-shared
v0.4.111
Published
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.9.
Downloads
2
Readme
ConanTutorServerShared
This library was generated with Angular CLI version 9.1.9.
Code scaffolding
Run ng generate component component-name --project conan-tutor-server-shared
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module --project conan-tutor-server-shared
.
Note: Don't forget to add
--project conan-tutor-server-shared
or else it will be added to the default project in yourangular.json
file.
How to publish to npm
- modify the lib package.json
- npm run build:lib
- cd dist/conan-tutor-server-shared
- npm publish
publish error?
- maybe the version already existed
the account and password
- npm set registry http://npm.zhenguanyu.com/
- npm login
- 账号密码不知道的话,问一下组里小伙伴
- to http://cnpm.zhenguanyu.com/ to check
Running unit tests
Run ng test conan-tutor-server-shared
to execute the unit tests via Karma.
Further help
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.