Fantasy-Map-Generator/vue-solo
2018-10-10 14:16:13 -04:00
..
src added vue solo project create modules without webpack 2018-10-10 14:16:13 -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 added vue solo project create modules without webpack 2018-10-10 14:16:13 -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