Skip to content

WangShuXian6/next.js-typescript-less-starter-kit

Repository files navigation

next.js + typescript + less

next@9.3.3 [react 服务端框架 SEO 优化]

Getting Started

First, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy

todo 合并到 master 分支,将自动部署到 服务端

目录说明

-- .github github 配置文件 -- -- ISSUE_TEMPLATE issue 模版目录 -- -- -- bug_report issue 模版

-- .next

-- @types 系统类型定义

-- assets 静态资源,与js,css一起打包

-- components 组件

-- constants 常量 -- -- api api 地址常量 -- -- site SEO 常量

-- interface 自定义类型定义

-- lib 公共库,工具函数

-- pages 页面

-- public 静态资源,不会打包,需要部署到服务端

-- services 网络请求服务

-- .env.development 测试环境变量

-- .env.production 正式环境变量

-- CHANGELOG.md 版本更新记录

About

next.js-typescript-less-starter-kit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published