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

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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