arrange

0.1.0-beta5 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i arrange

Weekly Downloads

5

Version

0.1.0-beta5

License

MIT

Unpacked Size

18.5 kB

Total Files

25

Last publish

Collaborators

  • wan2land