Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 662 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 662 Bytes

使用项目

# 淘宝源
$ npm config set registry https://registry.npmmirror.com/

# install dependencies
$ npm install

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

# build for production and launch server
$ npm run build

效果

🌙 深色模式

更改自己的接口地址

进入nuxt.config.js里面

必须要和 thinkphp-blogphp 配合

env: {
   APP_BASE_API: '你的域名'
}

如果遇到了问题

请移动到 我的博客 ,里面记录了踩 Nuxt 的坑