# 淘宝源
$ 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 的坑