Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 1.1 KB

README.md

File metadata and controls

53 lines (35 loc) · 1.1 KB

vue-cutting-stock

tag

A application used to solve cutting stock problem.

I'm using "First Fit Decreasing" algorithm, which will not give you the best solution.

alt

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Run in electron

npm run electron

Release desktop version

npm run release

Resources