mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 03:51:23 +01:00
added vue solo project create modules without webpack
This commit is contained in:
parent
92b915bd7e
commit
05bcd106d7
39 changed files with 19857 additions and 1 deletions
10
vue-solo/README.md
Normal file
10
vue-solo/README.md
Normal 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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue