(Translated by https://www.hiragana.jp/)
GitHub - Rahim-Chan/Vue2Blog: Vue2+Vue-router+Express+MongoDB
Skip to content

Rahim-Chan/Vue2Blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

前言ぜんげん

接触せっしょくぜんはしだい半年はんとしうつし过用过React.js,さいきさき转用Vue.js。
突然とつぜんそうろう自己じこてきはくきゃくただし从没接触せっしょく过后はし,さらぼつゆう搭建过Webふく务器。
所以ゆえん该项重心じゅうしんざい如何いかようExpress,MongoDB,みやつこApi给页めん调用。
(わがそう应该ゆう接触せっしょくぜんはしてきじん跟我一样对后端的套路不了解吧)

主要しゅようぶんけん

├─build 	//webpackつつみしき
├─config	//webpack配置はいち工具こうぐ
├─routes
│  │  allowCross.js	//またがいき方法ほうほう
│  │  index.js	//expressよし入口いりくちぶんけん
│  │
│  └─controller
│          datalist.js	//文章ぶんしょうれつひょうよし
│          delete.js	//删除文章ぶんしょうよし
│          detail.js	//文章ぶんしょう详情よし
│          insert.js	//文章ぶんしょうしんぞうよし
│          session.js	//sessionとう陆路よし
│          update.js	//更新こうしん文章ぶんしょうよし
│          users.js		//よう户路よし
│
├─src		//ぜんはし资源ぶんけん
│  ├─coms		//组件
│  ├─page		//页面ぶんけん
│  └─webcom		//通用つうようぶんけん
├─upload		//うえ传图へんそん录
└─webcommon		//webserverせい态目录
│  .babelrc		//babel 配置はいち
│  index.html		//入口いりくちぶんけん
│  package.json		//npm 配置はいち
│  server.js		//webserver启动ぶんけん

あんそう

Prerequisites: Node.js (>=4.x, 6.x preferred), npm version 3+ and Git.

# clone project and change directory /vue-blog
git clone https://github.com/ChanSun/vue-blog.git
cd /vue-blog
# install package
npm install
# production mode:packs the front-end file and web server will turn on which include Api but need start Mongodb server.
npm run start
# development mode:Hot refresh and web server which include Api but need start Mongodb server.
npm run dev
# only open the web server
npm run server
# development mode have Hot refresh.
npm run front-dev
# production mode have not open web server.
npm run front-build
# open the url
http://localhost:8080

ぜんきさきはしぶん

总结

运行npm run start or npm run dev てきじょう况下请启动MongoDB。
ぜんはしよし于用りょう高清こうせ方案ほうあん注意ちゅうい浏览まどこうぞうもと宽度不等ふとう物理ぶつり设备宽度。
きさきはしとう陆用sessionらいset cookie,ゆかり于我ざいふく务器じょう做Api,本地ほんじさいきさき发现跨いきset cookieよう做处

About

Vue2+Vue-router+Express+MongoDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published