Next.js: Initial Setup

 20th August 2020 at 2:19pm
  1. 按官方文档 Getting Start 初始化一个工程
  2. 做 TypeScript integration: npm install --save-dev typescript @types/react @types/node
  3. 导入 Bulma: Next.js: Import SASS File
  4. 加入 Babel 插件,实现绝对路径引用:TypeScript: Module System: Absolute Import