Skip to content
This repository has been archived by the owner on Aug 9, 2019. It is now read-only.

An example for how to create a Vue wrapper for use external libraries

Notifications You must be signed in to change notification settings

coderdiaz/vue-glidejs-wrapper-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Creating Vue wrappers

Example for learn how to create a wrapper using third-party libraries using Vue

Quick start

Development

  1. Install dependencies.
$ npm i
# or
$ yarn
  1. Install Vue CLI,
npm i -g @vue/cli
# or
yarn global add @vue/cli
  1. This is a Vue CLI App prototype, for this reason, is needed install the global vue-cli-service for serve and test.
npm install -g @vue/cli-service-global
# or
yarn global add @vue/cli-service-global
  1. Serve the App.
vue serve index.js
  1. Enjoy! ✨

About

An example for how to create a Vue wrapper for use external libraries

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published