Jacky-fe / nuxt-mintui-starter

nuxt和mintui无缝对接,主要解决了按需加载以及css代码里有“@”符则渲染失败的问题。里面包含了swipe,toast,和infinitescorll这三种不同类型的ui组件的使用例子

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nuxt-project

Nuxt.js project

Build Setup

# install dependencies
$ npm install # Or yarn install*[see note below]

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm start

# generate static project
$ npm run generate

*Note: Due to a bug in yarn's engine version detection code if you are using a prerelease version of Node (i.e. v7.6.0-rc.1) you will need to either:

  1. Use npm install
  2. Run yarn with a standard release of Node and then switch back

For detailed explanation on how things work, checkout the Nuxt.js docs.

About

nuxt和mintui无缝对接,主要解决了按需加载以及css代码里有“@”符则渲染失败的问题。里面包含了swipe,toast,和infinitescorll这三种不同类型的ui组件的使用例子


Languages

Language:Vue 53.6%Language:JavaScript 39.9%Language:CSS 6.5%