0.1.0 • Published 5 years ago
vue-waterfall-layout v0.1.0
A Waterfall flow layout component for vue3
Using npm or yarn
We recommend using npm or yarn to install,it not only makes development easier,but also allow you to take advantage of the rich ecosystem of Javascript packages and tooling.
$ npm install vue-waterfall-layout --save$ yarn add vue-waterfall-layoutIf you are in a bad network environment,you can try other registries and tools like cnpm.
Quick Start
Import it in main.js.
import { createApp } from 'vue'
import App from './App.vue'
import VueWaterfall from './index'
import './style/index.css'
const app = createApp(App)
app.use(VueWaterfall)
// or
import {
Waterfall,
WaterImage,
WaterItem
} from 'vue-waterfall-layout'
app.component(Select.name, Select)
app.component(Button.name, Button)Document
Links
Ecosystem
| Project | Description |
|---|---|
| webpack-upload-zeroojs-plugin | Automatically upload the packaged files of webpack project |
License
MIT
Keywords
vue vue3 layout waterfall fall vueComponent component components ui framework frontend
0.1.0
5 years ago