1
0
mirror of synced 2024-06-18 09:37:39 +00:00
Go to file
Mark van Renswoude ce1e31432f Added units switching
Added layer reordering
Fixed a few issues related to non-millimeter units
Edge/End components were incorrectly named, whoops
2020-12-28 21:20:51 +01:00
docs Implemented saving and loading 2020-12-28 16:11:12 +01:00
public Working proof of concept 2020-12-28 15:31:21 +01:00
src Added units switching 2020-12-28 21:20:51 +01:00
.browserslistrc Working proof of concept 2020-12-28 15:31:21 +01:00
.gitignore Working proof of concept 2020-12-28 15:31:21 +01:00
babel.config.js Working proof of concept 2020-12-28 15:31:21 +01:00
LICENSE Initial commit 2020-12-28 08:54:19 +01:00
package-lock.json Implemented saving and loading 2020-12-28 16:11:12 +01:00
package.json Implemented saving and loading 2020-12-28 16:11:12 +01:00
README.md Working proof of concept 2020-12-28 15:31:21 +01:00
TODO.md Added units switching 2020-12-28 21:20:51 +01:00
vue.config.js Implemented saving and loading 2020-12-28 16:11:12 +01:00

CuttingBoard

A web-based cutting board designer.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build