Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
xiaomai-website-ssr-template
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
liguokang
xiaomai-website-ssr-template
Commits
58976512
Commit
58976512
authored
Jul 29, 2021
by
liguokang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:
🎨
parent
390a9e0b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
24 deletions
+9
-24
.eslintrc.js
+3
-3
README.md
+2
-5
tsconfig.json
+4
-16
No files found.
.eslintrc.js
View file @
58976512
...
...
@@ -2,11 +2,11 @@
* @Author: liguokang
* @Date: 2021-07-14 20:38:28
* @LastEditors: liguokang
* @LastEditTime: 2021-07-
15 10:25:01
* @Description:
* @LastEditTime: 2021-07-
29 14:10:07
* @Description:
* @Copyrigh: ©2021 杭州杰竞科技有限公司 版权所有
*/
// http://eslint.org/docs/user-guide/configuring
module
.
exports
=
{
...
...
README.md
View file @
58976512
...
...
@@ -3,13 +3,11 @@
*
@Date: 2021-07-14 20:36:28
*
@LastEditors: liguokang
*
@LastEditTime: 2021-07-15 10:52:33
*
@Description:
*
@Description:
*
@Copyrigh: ©2021 杭州杰竞科技有限公司 版权所有
-->
## 启动
```
bash
npm run dev
...
...
@@ -23,4 +21,4 @@ https://www.nextjs.cn/docs
## 注意
模板暂不完整,无法启动
\ No newline at end of file
模板暂不完整,无法启动
tsconfig.json
View file @
58976512
{
"compilerOptions"
:
{
"target"
:
"es5"
,
"lib"
:
[
"dom"
,
"dom.iterable"
,
"esnext"
],
"lib"
:
[
"dom"
,
"dom.iterable"
,
"esnext"
],
"allowJs"
:
true
,
"skipLibCheck"
:
true
,
"strict"
:
true
,
...
...
@@ -18,13 +14,6 @@
"isolatedModules"
:
true
,
"jsx"
:
"preserve"
},
"include"
:
[
"next-env.d.ts"
,
"**/*.ts"
,
"**/*.tsx"
,
"pages/index.jsx"
,
"pages/company-profile.jsx"
,
"pages/honorary-certificate.jsx"
,
"pages/about.jsx"
,
"pages/new-dynamic.jsx"
,
"pages/wheat-system.jsx"
,
"components/Footer.tsx"
,
"components/SiderBar.jsx"
,
"components/CarouselArea.jsx"
,
"data-source/join-us/request-apisjts"
],
"exclude"
:
[
"node_modules"
]
}
\ No newline at end of file
"include"
:
[
"next-env.d.ts"
,
"**/*.ts"
,
"**/*.tsx"
],
"exclude"
:
[
"node_modules"
]
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment