Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 451 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 451 Bytes

vue-dice-roller

3D dice roller made in VueJS using CSS 3D transforms.

See it in action here.

Installation

Install using yarn

yarn install

Usage

Development

Run locally in develop mode

yarn dev

Static page

Build static page

yarn build

Serve static page

yarn preview

License

MIT