Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ptrandev/mendeleev
A Vue.js periodic table
https://github.com/ptrandev/mendeleev
mendeleev periodic-table vue vuejs vuejs2 webapp
Last synced: 2 months ago
JSON representation
A Vue.js periodic table
- Host: GitHub
- URL: https://github.com/ptrandev/mendeleev
- Owner: ptrandev
- Created: 2017-12-04T00:40:09.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-20T19:27:03.000Z (over 6 years ago)
- Last Synced: 2024-08-04T08:07:38.355Z (6 months ago)
- Topics: mendeleev, periodic-table, vue, vuejs, vuejs2, webapp
- Language: Vue
- Homepage: https://ptrandev.github.io/mendeleev/
- Size: 7.61 MB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mendeleev
> A Vue.js periodic table
## Build Setup
```bash
# install dependencies
npm install# serve with hot reload at localhost:8080
npm run dev# build for production with minification
npm run build# build for production and view the bundle analyzer report
npm run build --report
```For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).
## Technologies Used
1. [Periodic-Table-JSON](https://github.com/Bowserinator/Periodic-Table-JSON)
2. [atomic-bohr-model](https://github.com/ACollectionOfAtoms/atomic-bohr-model)
3. [periodic-table](https://github.com/andrejewski/periodic-table)## Contribution Guide
1. Open up an issue and describe a bug you would like to fix or a feauture you would like to add.
2. I'll review the issue and give you the thumbs up if I think it's a good idea.
3. Install Prettier in your prefered editor for consistent code styling.
4. Fork and code. Once you're done, make a pull request.
5. The pull request will be reviewed and approved.