clouway / ui-components

A set of UI components used for development
0 stars 1 forks source link

build: project structure #14

Closed martinmilev closed 6 years ago

martinmilev commented 6 years ago

Renamed project in package.json. Removed rollup build. Published lib to local npm

Instalation:

npm install --save clouway-ui-components

Importing components looks like:

//for web component
import { Alert } from 'clouway-ui-components/web'

//for native component
import { Alert } from 'clouway-ui-components/native'

ps

mgenov commented 6 years ago

native part ?

martinmilev commented 6 years ago

For both native and web.

martinmilev commented 6 years ago

Exports are not working.

mgenov commented 6 years ago

Ok, we have to find a way for dealing with it, but it's a good as start and to be included as {}.

mgenov commented 6 years ago

Just fix the README section and it's ready to be merged.