training content:using npm proxy reigstry via verdaccio and restructure kede.mobile aboutn using components by installing package with verdaccio
npm install --save demo-react-ui
import React, { Component } from 'react'
import MyComponent from 'demo-react-ui'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}
MIT © ArtechChu