https://github.com/weivea/iview-nuxt2-bug
iview在 nuxt2.0 上的ssr渲染bug
https://github.com/weivea/iview-nuxt2-bug
Last synced: 4 months ago
JSON representation
iview在 nuxt2.0 上的ssr渲染bug
- Host: GitHub
- URL: https://github.com/weivea/iview-nuxt2-bug
- Owner: weivea
- Created: 2018-11-21T12:12:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-21T12:16:14.000Z (over 7 years ago)
- Last Synced: 2025-03-06T04:29:25.730Z (over 1 year ago)
- Language: Vue
- Size: 68.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# demo
> My spectacular Nuxt.js project
## Build Setup
``` bash
# install dependencies
$ npm install
# 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
```
For detailed explanation on how things work, checkout [Nuxt.js docs](https://nuxtjs.org).