experiments

All kinds of coding experiments
Log | Files | Refs | Submodules

readme.md (380B)


      1 In this dir: Two versions of Vue boilerplate / setup.
      2 Both run `npm` in a Docker container, to avoid polluting the local file system ;)
      3 
      4 - `vue-cli`: For generating boilerplate for future dev with `vue-cli`. 
      5              Simply run `setup.sh` to generate a fresh Vue app .
      6 - `webpack`: Can be used as is, just run dockerdev.sh. Uses `webpack` _instead
      7              of_ `vue-cli`