1.0.0 • Published 6 years ago

vue-setup v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

Basic setup of a Vue project

This is NOT a npm package intended for installation. So do NOT install it, e.g. by npm i vue-setup.

This is a basic setup of Vue with Babel and Webpack with plugins. If you don't like Vue Cli, it's probably the way you could go.

Get started

Go to https://github.com/ohxyz/vue-setup

  1. Create a folder e.g. my-vue-project.
  2. Copy all1 content of this repo into my-vue-project. Tips: Click the green button Clone or download in this Github page and select Download ZIP.
  3. Go to my-vue-project, run npm i.
  4. Run npm run dev.

After the dev environment is up and running, try to edit in src/app.vue and see if changes are picked up in the browser.

Foot notes

1 If you are not using Git, then don't copy .gitignore.