Skip to content

An introduction to Vue.js, the fastest front-end framework - 2017 Codecamp

License

Notifications You must be signed in to change notification settings

danichim/intro-vue-concepts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6caa9d5 · Mar 16, 2018

History

8 Commits
Nov 8, 2017
Nov 8, 2017
Mar 16, 2018
Nov 8, 2017
Nov 8, 2017
Nov 8, 2017
Nov 9, 2017
Nov 8, 2017
Nov 8, 2017
Nov 8, 2017
Nov 8, 2017
Nov 9, 2017

Repository files navigation

codecamp

A Vue.js project to demonnstrate concepts from framework

Build Setup

# install dependencies
$ npm install

# serve with hot reload at localhost:8080
$ npm run dev

If you want to start from scratch

$ npm install -g vue-cli
$ vue init webpack nameProject
$ cd nameProject
$ npm install --save vuetify
$ npm install --save axios vue-axios
$ npm install
$ npm run dev

Use - add in your main.js

import Vuetify from 'vuetify'
import axios from 'axios'
import VueAxios from 'vue-axios'
import("../node_modules/vuetify/dist/vuetify.min.css") 


Vue.use(Vuetify)
Vue.use(VueAxios, axios);

About

An introduction to Vue.js, the fastest front-end framework - 2017 Codecamp

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published