Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

lionc213/intro-vue-concepts

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

AltStyle によって変換されたページ (->オリジナル) /