mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
#17 Added test and demo docs
This commit is contained in:
@@ -22,6 +22,19 @@ export class MyLoginComponent {
|
|||||||
```
|
```
|
||||||
|
|
||||||
### Build
|
### Build
|
||||||
|
```sh
|
||||||
npm install
|
npm install
|
||||||
npm run build
|
npm npm run build
|
||||||
|
```
|
||||||
|
|
||||||
|
### Test
|
||||||
|
```sh
|
||||||
|
npm test
|
||||||
|
```
|
||||||
|
|
||||||
|
### Demo
|
||||||
|
```sh
|
||||||
|
cd demo
|
||||||
|
npm install
|
||||||
|
npm start
|
||||||
|
```
|
Reference in New Issue
Block a user