Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.08 KB

README.md

File metadata and controls

31 lines (19 loc) · 1.08 KB

VueJs+Axios+Nuxt.js实现豆瓣电影服务端渲染实战

基于豆瓣电影API,实战Nuxt.js服务端渲染即使

线上访问地址:http://39.97.124.112:8089/nuxt/

认识Nuxt.js

Build Setup

# install dependencies
$ npm install

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

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

# generate static project
$ npm run generate

For detailed explanation on how things work, check out Nuxt.js docs.