added vue solo project create modules without webpack

This commit is contained in:
headwinds 2018-10-10 14:16:13 -04:00
parent 92b915bd7e
commit 05bcd106d7
39 changed files with 19857 additions and 1 deletions

10
vue-solo/README.md Normal file
View file

@ -0,0 +1,10 @@
# 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)