How to use @nutui/nutui - 1 common examples

To help you get started, we’ve selected a few @nutui/nutui examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github lanzhsh / react-vue-koa / vue-mobile / src / main.js View on Github external
// The Vue build version to load with the `import` command
// (runtime-only or standalone) has been set in webpack.base.conf with an alias.
import Vue from 'vue'
import App from './App'
import router from './router'
import store from './store'
import Vant from 'vant'
import 'vant/lib/index.css'
import VueScroller from 'vue-scroller'
import NutUI from '@nutui/nutui'
import '@nutui/nutui/dist/nutui.css'

Vue.use(Vant)
Vue.use(VueScroller)
NutUI.install(Vue)

Vue.config.productionTip = false

/* eslint-disable no-new */
new Vue({
  el: '#app',
  router,
  store,
  components: { App },
  template: ''
})

@nutui/nutui

京东风格的轻量级移动端 Vue2、Vue3 组件库(支持小程序开发)

MIT
Latest version published 5 days ago

Package Health Score

90 / 100
Full package analysis

Popular @nutui/nutui functions