vue-setup

1.0.0 • Public • Published

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 all[1] 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.

Package Sidebar

Install

npm i vue-setup

Weekly Downloads

3

Version

1.0.0

License

MIT

Unpacked Size

3.38 kB

Total Files

6

Last publish

Collaborators

  • ohxyz