Skip to content

longyuzhou/vue-cutting-stock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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