mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-21 19:41:23 +01:00
10 lines
519 B
Markdown
10 lines
519 B
Markdown
# Fantasy Map Generator (ES6/7 port)
|
|
|
|
## Refactoring Goal
|
|
|
|
Take the original scripts.js and index.html and convert them into modules so that developers can work on more manageable files with fewer lines of code and use the latest es6/7 syntax support leveraging VueJS without webpack. In the end, the files could be built and deployed as a single, minified file.
|
|
|
|
## Credit
|
|
|
|
We're following this approach:
|
|
[Vue without Webpack](https://github.com/maoberlehner/goodbye-webpack-building-vue-applications-without-webpack)
|