The website filing here refers to ICP filing and public security filing. During the filing process, the Ministry of Industry and Credit will review your website.
Earlier, you only need to put a website maintenance interface to pass the review. However, the review of the Ministry of Industry and Information Technology has become more and more stringent. You need to review your website name, website content, and whether to hang the filing number.
The goal of this warehouse is to quickly generate a static website that meets the filing and review conditions (the content that is automatically captured from the Internet) for the review of the Ministry of Industry and Information Technology.
git clone https://github.com/loo2k/beian.git
npm install
Please make sure you have installed nodejs and the version number is greater than or equal to 14
Edit the appConfig
attribute of the nuxt.config.ts
file, modify the website information you need to record
{
// ....
appConfig : {
title : '输入网站的备案名称' ,
description : '输入网站的描述' ,
beian : '输入网站的备案号'
}
}
npm run generate
Pack the files in the ./dist
directory to upload it to your site. View the demonstration effect
When the static file is generated, the latest 10 articles will be drawn from the Nuggets Hot List/front end in real time as the content of the site.
You can change the data source by modifying server/api/articles/index.ts
or server/api/articles/[id].ts
.
The current template has only passed the review of the Guangdong Management Bureau (October 2022), and it only means that it is available within Guangdong. The policy of relocation review will continue to change.
The author cannot try the review process of all provinces. If your management bureau has different review requirements, you can submit the response review content through PR.