Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Patrik Meijer
react-components
Commits
c666cabe
Commit
c666cabe
authored
Feb 06, 2019
by
Patrik Meijer
Browse files
Add a README
parent
1e621022
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
0 → 100644
View file @
c666cabe
# webgme-react-components
A set of reusable react components with webgme client as data source.
This is still very much Work In Progress!
Things to enhance:
-
Better documentation of each component (ideally a standard template)
-
Client mock must be smarter - ideally take an example project json and use as local backend.
-
Introduce unit tests for components
## Developers
### Demo page
Add a demo.jsx inside each new component directory.
Make sure to include it in
`/demo/demoApp.jsx`
```
npm start
```
### Creating a Release
```
npm version 1.0.0 -m "Release %s"
git push origin master
git checkout v1.0.0
git push origin v1.0.0
npm publish ./
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment