Fantasy-Map-Generator/vue-solo
2018-10-11 10:16:56 -04:00
..
src moved 2 draw functions ino the new draw folder and exported them 2018-10-11 10:16:56 -04:00
.gitignore added vue solo project create modules without webpack 2018-10-10 14:16:13 -04:00
package-lock.json added vue solo project create modules without webpack 2018-10-10 14:16:13 -04:00
package.json update the package json name so it works again 2018-10-10 15:33:18 -04:00
README.md added vue solo project create modules without webpack 2018-10-10 14:16:13 -04:00
yarn.lock added vue solo project create modules without webpack 2018-10-10 14:16:13 -04:00

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