next
基于react技术栈的服务端渲染解决方案
1 | // 安装脚手架快速创建项目 |
使用antd
- 安装依赖
1 | yarn add @zeit/next-css antd babel-plugin-import |
- 创建next-config.js
1 | const withCss = require("@zeit/next-css"); |
创建.babelrc
1 | { |
创建 ._app.js
1 | import App from "next/app"; |
- 本文标题:next
- 本文作者:sonder
- 创建时间:2020-07-06 14:44:06
- 本文链接:https://sonderss.github.io/2020/07/06/next/
评论