0.1.0 • Published 5 years ago
last-test-nikita1 v0.1.0
ui-library
Made with create-react-library
Production
npm i
npm run build
npm publishInstall
npm install --save ui-libraryUsage
import React, { Component } from 'react'
import MyComponent from 'ui-library'
import 'ui-library/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
--------------------
const Example = () => {
return <MyComponent />
}Инструкция
Инструкция sigma: Публикация JavaScript пакета в npm-репозиторий Nexus
0.1.0
5 years ago