Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 563 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 563 Bytes

Phenome Component GithubRepos

Demo Phenome component to fetch GitHub repos for specified user.

Install Dependencies

npm i

Compile

This script will compile src/github-repos.jsx to Vue and React components and save it to dist/ folder.

npm run compile

Build Demo Preview

This script will generate live preview of compiled React and Vue components. (Run it after compile script)

npm run build-demo

All At Once

Or do all at once, compile component and build demo project and launch demo server:

npm start