美文网首页
Nextjs Checklist:Express+Next+Sa

Nextjs Checklist:Express+Next+Sa

作者: 大地母亲忽悠着你 | 来源:发表于2018-12-25 14:47 被阅读0次
  • 安装react+express的示例:
npx create-next-app --example custom-server-express custom-server-express-app
  • 安装next-sass:
npm i @zeit/next-sass node-sass
  • 新建next.config.js并加入内容:
const withSass = require('@zeit/next-sass')
module.exports = withSass()
  • [ ] test

相关文章

网友评论

      本文标题:Nextjs Checklist:Express+Next+Sa

      本文链接:https://www.haomeiwen.com/subject/jwdflqtx.html