https://github.com/devmattrick/periodictable
Simple periodic table made in VueJS
https://github.com/devmattrick/periodictable
Last synced: about 2 months ago
JSON representation
Simple periodic table made in VueJS
- Host: GitHub
- URL: https://github.com/devmattrick/periodictable
- Owner: devmattrick
- License: mit
- Created: 2018-07-30T22:57:41.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-30T22:59:29.000Z (almost 7 years ago)
- Last Synced: 2025-01-28T23:28:22.247Z (4 months ago)
- Language: JavaScript
- Size: 136 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# periodic-science
> A periodic table powered by Vue.
## 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
```