Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sugitlab/chemchart
chart library for chemical data visualization
https://github.com/sugitlab/chemchart
Last synced: about 2 months ago
JSON representation
chart library for chemical data visualization
- Host: GitHub
- URL: https://github.com/sugitlab/chemchart
- Owner: sugitlab
- Created: 2021-09-29T13:40:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-02T15:47:42.000Z (about 3 years ago)
- Last Synced: 2024-08-09T10:02:36.486Z (5 months ago)
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/chemchart
- Size: 566 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ChemChart
[Demo](https://chemchart.vercel.app/)
## Developer
### Build ChemChart
```shell
cd chemchart
npm version patch(minor/major)
git push origin tags/v.x.x.x
npm publish ./
```### Watch Mode
```shell
cd chemchart
npm run build:watch
cd ../example
npm run dev
```Then, any updates on chemchart code will directry apply to the example app.
## publish
1. `npm version patch/minor/major`
2. `git tag -a v1.x.x -m "message"`
3. `npm publish ./`