-
-
Notifications
You must be signed in to change notification settings - Fork 249
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate project to vue-cli 3 #282
Comments
Done, now script server uses almost latest versions build frameworks and vue cli. It makes configuration easier and builds faster And the main benefit during this migration: sources for index page were reduced from 1.5Mb to around 300Kb (gzipped) @antonellocaroli I know, that you do some customizations of Script server UI and my changes are definitely breaking changes for you. Really sorry about it. |
@bugy I'm glad you know my project... now I'm gonna try the new script-server and let you know if I have any problems...
:) :) |
At the moment webpack + babel + karma + plugins are used for frontend building and unit testing.
Unfortunately, it causes a lot of headache in configuration (many people use different combinations and versions, so it is extremely hard to find working solution anywhere). Especially it causes problems for unit testing (making everything built and tested properly is not trivial).
Another problem is bundle size. At the moment, Script server has almost 1Mb for the index page (600Kb js, 200Kb css, and everything else).
To solve these problems and make frontend infrastructure more lightweight, it makes sense to migrate to vue-cli, which uses predefined set of tools and plugins
The text was updated successfully, but these errors were encountered: