Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luisfrocha/vue-hexgrid
Build interactive hexagon grids with Vue
https://github.com/luisfrocha/vue-hexgrid
Last synced: 5 days ago
JSON representation
Build interactive hexagon grids with Vue
- Host: GitHub
- URL: https://github.com/luisfrocha/vue-hexgrid
- Owner: luisfrocha
- Created: 2020-04-14T03:18:58.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-07-09T05:05:54.000Z (over 1 year ago)
- Last Synced: 2024-09-19T03:11:33.409Z (about 2 months ago)
- Language: JavaScript
- Size: 178 KB
- Stars: 10
- Watchers: 1
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - luisfrocha/vue-hexgrid - Build interactive hexagon grids with Vue (others)
README
# vue-hexgrid
A complete rewrite of [React-Hexgrid](https://github.com/Hellenic/react-hexgrid) to Vue
Please use the `examples` to view the demos
## Project setup
```
npm install
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).