0.1.0-beta5 • Published 6 years ago

arrange v0.1.0-beta5

Weekly downloads
3
License
MIT
Repository
-
Last release
6 years ago

Arrange

for App style vue/css library.

Sample

Install

npm install arrange --save

Usage

ES6 with Vue

import Vue from "vue"
import Arrange from "arrange"

require("arrange/dist/arrange.css") // for styling :-)

Vue.use(Arrange)

Globals with Vue

<html>
<head>
  ...
  <link rel="stylesheet" href="https://unpkg.com/arrange@0.1.0-beta4/dist/arrange.css" />
</head>
<body>
  <div id="app">
    <ArrangeView>
        ...
    </ArrangeView>
  </div>
  <script src="https://cdn.jsdelivr.net/npm/vue"></script>
  <script src="https://unpkg.com/arrange@0.1.0-beta4/dist/arrange.js"></script>
  <script>
    new Vue({
      el: '#app'
    })
  </script>
</body>
</html>

Dependencies

Styling Guide

Ref.

0.1.0-beta5

6 years ago

0.1.0-beta4

6 years ago

0.1.0-beta3

6 years ago

0.1.0-beta2

6 years ago

0.1.0-beta1

6 years ago

0.0.1-security

6 years ago

0.0.1

9 years ago