https://github.com/nmckenryan/mini-scaler
An Application to help users scale their 3D Printed Miniatures
https://github.com/nmckenryan/mini-scaler
3dprinting aws miniatures-game resinprinting rpg vue vuejs
Last synced: 3 months ago
JSON representation
An Application to help users scale their 3D Printed Miniatures
- Host: GitHub
- URL: https://github.com/nmckenryan/mini-scaler
- Owner: nMckenryan
- Created: 2021-06-19T09:48:18.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-11T13:08:16.000Z (almost 5 years ago)
- Last Synced: 2025-03-21T15:22:13.412Z (over 1 year ago)
- Topics: 3dprinting, aws, miniatures-game, resinprinting, rpg, vue, vuejs
- Language: Vue
- Homepage: https://master.d21pbj5c8w53kf.amplifyapp.com/
- Size: 1.21 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mini Height Scaler
### A quick and easy way to ensure your 3D Printed Miniatures come out the right height.
Allows for concurrent Unit Conversion across the Metric and Imperial Systems. Can convert miniatures for the 28mm, 32mm and 54mm Formats.
Contains handy height reference menu for DnD and Warhammer 40k.
## Tech Stack:
* HTML/JS/CSS
* Vue.js
* Vuetify
* Hosted via AWS
* MaterialUI Icons
* Dependancies Compiled with Yarn
## Screenshots
#### Desktop

#### Mobile

#### Tablet

## Default Setup Stuff
### Project setup
```
yarn install
```
#### Compiles and hot-reloads for development
```
yarn serve
```
#### Compiles and minifies for production
```
yarn build
```
#### Lints and fixes files
```
yarn lint
```
#### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).