Skip to content

ptrandev/mendeleev

Repository files navigation

mendeleev

A Vue.js periodic table

Build Setup

# 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 and docs for vue-loader.

Technologies Used

  1. Periodic-Table-JSON
  2. atomic-bohr-model
  3. 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.