water-next

0.0.1 • Public • Published

Install

# Using npm
npm i water-next -S

Quickstart

import { createApp } from 'vue';
import App from './App.vue'
import waterUi from  'water-next'
import 'water-next/components/style/scss/index.scss'
const app = createApp(App)
app.use(waterUi)
app.mount('#app')

LICENSE

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i water-next

Weekly Downloads

1

Version

0.0.1

License

MIT

Unpacked Size

3.59 MB

Total Files

198

Last publish

Collaborators

  • xiao-wen