node.js开发博客系统前端项目搭建

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了node.js开发博客系统前端项目搭建相关的知识,希望对你有一定的参考价值。

Express: https://github.com/petecoop/generator-express

安装node.js和npm

执行:

npm install -g yo
npm install -g generator-express

  执行:yo

创建项目成功。

项目的目录:

brew安装:MongoDb

http://blog.csdn.net/moumaobuchiyu/article/details/54885306

http://www.cnblogs.com/junqilian/p/4109580.html

出现这个错误:(没有安装mongodb)

用brew安装mongodb:

brew install mongodb

mac新建文件夹的命令:

sudo mkdir -p /data/db

  添加可读可写的权限:

chown `id -u` /data/db

  执行命令:

mongod

 在开启一个终端:

mongo

  指定目录执行:

gulp

  安装bootstrap:

bower install bootstrap --save 
引入bootstrap:
doctype html
html(lang=\'en\')
head
meta(charset=\'UTF-8\')
meta(name=\'viewport\', content=\'width=device-width\')
title= title
block css
link(rel=\'stylesheet\', href=\'components/bootstrap/dist/css/bootstrap.css\')
link(rel=\'stylesheet\', href=\'/css/style.css\')
block js
script(src=\'/components/jquery/dist/jquery.js\')
script(src=\'/components/bootstrap/dist/js/bootstrap.js\')
if ENV_DEVELOPMENT
script(src=\'http://localhost:35729/livereload.js\')
body
block content

以上是关于node.js开发博客系统前端项目搭建的主要内容,如果未能解决你的问题,请参考以下文章

前端晋升全栈工程师必备课程 Node.js 从零开发web server博客项目

使用Vite从零搭建前端项目

前端晋升全栈工程师必备课程 Node.js从零开发webServer博客项目

Node.js 从零开发 web server博客项目 前端晋升全栈工程师必备

Node.js 从零开发 web server博客项目 前端晋升全栈工程师必备

Vue项目搭建记录