MichaelCurrin / vue-quickstart

Starter template for a Vue 2 site - including docs and CI deploy to GH Pages

Home Page:https://michaelcurrin.github.io/vue-quickstart/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vue Quickstart

Starter template for a Vue 3 site - including docs and CI deploy to GH Pages

Deploy GH Pages GitHub tag License

Made with Node Made with Yarn Made with Vue

Preview

Use this project

View site GH Pages

Use this template

After you've looked at the demo screenshot and site, you are welcome to create your own using the template button. This will copy this project and add it to your repos (no forking needed, but please star the original repo).

Documentation

How to install and run the app locally and deploy it to GH Pages

View - Documentation

About

What is Vue?

Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

Why not React?

Vue is intended to be more beginner-friendly (I agree it is) and the vue repo has more GH stars than the react repo, if that is any indication of adoption by the community.

Vue is open-source and was created by one person originally. React was created at Facebook.

Resources

Need are some resources to get started or learn more advanced topics?

See Vue in my Learn to Code project.

Origin

This project was created using the Vue CLI:

$ vue create my-project
$ # OR if not installed.
$ npx @vue/cli create my-project

See the Creating a project section of the docs.

This project used mostly default content from that command, but adds the following:

  • Sample image
  • Detailed docs
  • GH Pages setup
  • Linting with and without fixes
  • Prettier

On the last point, the prettier package was added so that it can be used when linting to pick up inconsistent styling. For example:

...
warning: Insert `;` (prettier/prettier) at vue.config.js:5:2:
...

See these areas in package.json:

  • eslint-plugin-prettier package
  • prettier package
  • @vue/prettier in ESLint config

That based on what you get in the Vue Router setup.

Related projects

License

Released under MIT by @MichaelCurrin.

About

Starter template for a Vue 2 site - including docs and CI deploy to GH Pages

https://michaelcurrin.github.io/vue-quickstart/

License:MIT License


Languages

Language:Vue 77.0%Language:HTML 12.1%Language:JavaScript 10.9%