Node.js-用Nodeejs模板和Mysql搭建一个个人博客网站基础

时间:2022-08-29 19:50:52
【文件属性】:

文件名称:Node.js-用Nodeejs模板和Mysql搭建一个个人博客网站基础

文件大小:1.38MB

文件格式:ZIP

更新时间:2022-08-29 19:50:52

Node.js开发-其它杂项

用Node ejs模板 和Mysql搭建一个 个人博客网站基础,写博客用的框架是ueditor,在模板里面已经引入,数据也配置好了,可以拿数据到前端展示。


【文件预览】:
koa2-blog-master
----.eslintrc(28B)
----public()
--------image()
--------css()
----views()
--------edit.html(1KB)
--------post.html(1KB)
--------index.html(1KB)
--------create_category.html(1KB)
--------create.html(1KB)
--------about.html(688B)
--------error.html(608B)
--------signup.html(2KB)
--------signin.html(1KB)
--------components()
--------404.html(579B)
--------base.html(1KB)
--------user.html(1KB)
--------category.html(1KB)
----models()
--------user.js(492B)
--------category.js(386B)
--------post.js(802B)
--------comment.js(512B)
----webpack.config.js(2KB)
----.babelrc(85B)
----config()
--------config.js(155B)
----README.md(2KB)
----middlewares()
--------flash.js(415B)
--------error_handler.js(325B)
----.editorconfig(233B)
----.gitignore(24B)
----index.js(1KB)
----.eslintignore(0B)
----routes()
--------user.js(2KB)
--------comments.js(1019B)
--------category.js(1KB)
--------about.js(137B)
--------posts.js(4KB)
--------home.js(391B)
--------index.js(2KB)
----package-lock.json(329KB)
----package.json(1KB)

网友评论

  • 我是初学者,里面哪个是界面的Html文件