Skip to content

This is a tutorial to demonstrate how to use vue.js to build a complete project, using ghibli free API.

License

Notifications You must be signed in to change notification settings

shinancao/vue-ghibli

Repository files navigation

Introduction

View Demo Online

This project used ghibli free api to display things about ghibli flims. But its mainly purpose is show how to use Vue.js ecosystem. And I hope this project could help Vue.js starters to learn about how to develop a complete Vue.js web app.

The technology skills includes:

Once you are familiar with above items, you don't need to setup them from start, you can init your project with the following command next time.

$ vue init shinancao/webpack my-project

It based on vue-cli 2.x.

Build Setup

# clone this project
git@github.com:shinancao/vue-ghibli.git

# install dependencies
npm install

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

# build for production with minification
npm run build

Mock API:

open http://localhost:8080/config in browser, then you will see the configure panel.

About

This is a tutorial to demonstrate how to use vue.js to build a complete project, using ghibli free API.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published