vue-pizza
vue-pizza copied to clipboard
Host with GitHub pages
trafficstars
Is it possible to set up GitHub pages for an live example of this project? 👍
Funny you mention that! Give me another week or 2 for things to slow down at my work...
Here's some of what I have planned to update in the example and tutorial:
- First I'm creating a "Vue Preferred Template" which will generate the example project on this repo automatically. This will allow me to give a few (but limited/opinionated) options (ie. Do you want TypeScript?). Then I can post this repo on GitHub pages as you suggest and update the tutorial. The tutorial will continue to present how to do it from scratch and also how to setup up some popular alternatives that the example repo doesn't use (see futher below).
- Adapt from Vue's PWA template.
- Use Buefy/Bulma instead of Bootstrap (which is in my opinion preferred over Bootstrap) but still give explanation of how to setup Bootstrap and jQuery.
- Provide VS Code setup and .json files to get Vue running perfectly with reasons on why I think it is now the superior editor to Sublime (but continue to give instructions on setting up Sublime).
- Update linting to new eslint-plugin-vue which includes the recommended rules in itself now. Simply pair it with Standard and go!
- Improved Routing and technique such as with Modals.
- Improved Styling approach.
- And all kinds of added explanations (such as chunking and "breaking up your app"...finally!).
Alright, got a little behind...release tomorrow finally! :-)