This package has been deprecated

Author message:

go to @xarples/wolfi new mantainer

wolfi

0.8.0 • Public • Published

Wolfi

Wolfi

The best vuejs components for your apps.

Build Status

Live Playground

For examples of the wolfi in action, go to https://glopezep.github.io/wolfi.

OR

To run that demo on your own computer:

Quick-start

<!DOCTYPE html>
<html>
<head>
  <link href="https://unpkg.com/wolfi@0.4.0/dist/wolfi.min.css" rel="stylesheet">
  <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, minimal-ui">
</head>
<body>
  <div id="app">
    <w-button>Click me</w-button>
  </div>
  <script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script>
  <script src="https://unpkg.com/wolfi@0.4.0/dist/wolfi.min.js"></script>
  <script>
    new Vue({
      el: '#app'
    })
  </script>
</body>
</html>

Installation

# npm
npm install wolfi --save
# yarn
yarn add wolfi

Usage

import Vue from 'vue'
import Wolfi from 'wolfi'
import 'wolfi/dist/wolfi.min.css'

Vue.use(Wolfi)

Compatibility

  • Supports Vue.js 2.x
  • Supports SSR
  • Supports Nuxt.js
  • Supports TypeScript
  • Supports Electron
  • Most components and features support IE9 and above browsers, some components and features do not support IE

Package Sidebar

Install

npm i wolfi

Weekly Downloads

4

Version

0.8.0

License

MIT

Unpacked Size

1.47 MB

Total Files

46

Last publish

Collaborators

  • glopezep