1.0.0 • Published 7 years ago
vue-setup v1.0.0
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
- Create a folder e.g.
my-vue-project. - Copy all1 content of this repo into
my-vue-project. Tips: Click the green buttonClone or downloadin this Github page and selectDownload ZIP. - Go to
my-vue-project, runnpm i. - 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.
1.0.0
7 years ago