Bilingual Express tutorial in English and Chinese (中英雙語 Express
2023-08-18 07:51:06 來源:嗶哩嗶哩
1. Introduction 介紹
Express is a fast, unopinionated, minimalist web framework for 是一個快速的、靈活的、極簡的 Nodejs 開發(fā)框架
Fast 快速的
You can use it easily and quickly.它很簡單,你可以快速上手
(相關(guān)資料圖)
unopinionated 靈活的
An unopinionated framework gives developers more control and the ability to shape their software according to their own preferences, while an opinionated framework provides a more structured and standardized approach to development.一個靈活的框架會將項目的控制權(quán)交給開發(fā)者,允許他們根據(jù)自己的實際需求定制項目功能.然而,一個“強約束”的框架會有很多的代碼組織標準來約束開發(fā)者
minimalist 極簡的
You can create a Nodejs server by a few lines of code.你可以使用很少的代碼,就能創(chuàng)建一個 Nodejs 服務(wù)
2. Create An Express Application(搭建 Express 項目)
If you want to create a Nodejs server useing Express,you need to set up an Express project first.?Express provides a tool called “express-generator” which allows you to set up an Express Application quickly.如果你想基于 Express 搭建一個 Nodejs 服務(wù),你需要先初始化一個 Express 項目。Express 為我們提供了一個名為“express 生成器”的工具,我們可以使用這個工具快速搭建 Express 項目。
Next,Let's finger out how to use "express-generator"接下來我們演示一下,如何使用“express 生成器”
Step1
Use npm to install "express-generator" globally in your computer使用 npm 在你的電腦上全局安裝 express-generator
npm i express-generator -g
Step2
Use the express command to set up your Express Application使用 express 命令創(chuàng)建 express 項目
express --no-view --git express-project
--no-view means do not use any template engine such as "ejs".By default, generator will choose a template engine to render the data.
--no-view 意思是:不使用任何模板引擎。默認情況下 generator 生成器會自己選一個模板引擎來渲染數(shù)據(jù)。
--git means create a .gitignore file by default
--git 可以讓生成器幫我們創(chuàng)建一個.gitignore 文件
express-project is your own project name
express-project 是自定義的項目名稱
Step3
Now, we can see an application named "express-project" there. We need to start it up by useing the followling commands.這個時候,我們可以看到一個名為 express-project 的項目已經(jīng)創(chuàng)建好了。我們還需要使用下面的命令啟動它。
1. Please make sure to excute the following commands in the directory of your application.請確保在你自己的項目目錄下,執(zhí)行下面所有命令.
cd express-project
2. Install all the dependencies useing Npm
使用 npm 安裝項目所需依賴
npm i
3. Start it up? ?啟動項目
npm run start
4. Try to access 'http://localhost:3000' in your you can see some words like 'Express,Welcome to Express',it means your Node server has started up successfully. Congratulations!
嘗試在瀏覽器中訪問 http://localhost:3000,如果看到類似“Express,Welcome to Express”的字樣。說明你已經(jīng)成功啟動了 Node 服務(wù)。恭喜你!
Use WeiXin to Scan The Qrcode 微信掃描二維碼
There are many different IT courses in this miniprograme,such as,IoT,AI,Big Data,Backend Development,Frontend Development,UI and more. Please scan it and enjoy yourself.在這個微信小程序中,有很多不同類型的 IT 課程,例如:物聯(lián)網(wǎng)、人工智能、大數(shù)據(jù)、后端開發(fā)、前端開發(fā)、UI 設(shè)計等。請掃碼盡情觀看學(xué)習(xí)吧。
關(guān)鍵詞:
相關(guān)閱讀
- (2023-08-18)Bilingual Express tutorial in English and Chinese (中英雙語 Express
- (2023-08-18)現(xiàn)場直擊!武警官兵“硬核”架橋
- (2023-08-18)商務(wù)部:我國縣域商業(yè)體系建設(shè)取得積極成效
- (2023-08-18)四川富順警方破獲多起非法狩獵案 放生4700余只保護動物
- (2023-08-18)MSCI將以6.97億美元現(xiàn)金收購Burgiss剩余股份
- (2023-08-18)隨警記丨停車觀景,險象環(huán)生,9分沒了!記者跟隨交警巡邏,勸離處罰亂停車,護航膠州灣大橋交通安全
- (2023-08-18)DD加速器最新口令兌換碼CDK:DD888
- (2023-08-18)西甲前瞻:塞維利亞vs巴倫西亞:西甲揭幕戰(zhàn)!強強對話—因素定勝負?
- (2023-08-18)報告:中國傳統(tǒng)燃油車行業(yè)整體魅力指數(shù)回升
- (2023-08-18)生益科技:上半年歸母凈利潤5.55億元 同比降40.67% 生產(chǎn)各類覆銅板下降3.94%
- (2023-08-18)如果有人在吵架如何處理(在評論區(qū)遇到有人吵架應(yīng)該)
- (2023-08-18)寧德時代高煥:神行超充電池,開啟全民電動新時代
- (2023-08-18)華熙生物(688363.SH):實際控制人、董事長提議擬2億元至3億元回購股份
- (2023-08-18)警惕!已到達福州城區(qū)!這波對流會很猛!
- (2023-08-18)寧波東力證券虛假陳述案已有終審判決 投資者訴訟時效未過期
- (2023-08-18)飛機起飛不久機長心臟驟停 幾百人危在旦夕 副駕駛緊急迫降他國!
- (2023-08-18)凱賽生物:控股股東提議以5000萬元-1億元回購公司股份
- (2023-08-18)微創(chuàng)醫(yī)療(00853.HK)8月30日舉行董事會會議考慮及通過中期業(yè)績
- (2023-08-18)法國前總統(tǒng)薩科齊:烏“必須保持中立”
- (2023-08-18)手機相關(guān)知識:交管12123忘記密碼網(wǎng)絡(luò)擁堵怎么解決
- (2023-08-18)【透視】美媒:種族歧視嚴重,槍支暴力泛濫迫使黑人家庭逃離美國!
- (2023-08-18)【世界說】英媒:非裔兒童扔垃圾被無辜帶銬 美國警方道歉:忘了吧,這只是“錯的時間、錯的地點的不幸案例”!
- (2023-08-18)?“上演無中生有戲碼”:中方斥美國玩“國家安全”雙標
- (2023-08-18)原神4.0世界任務(wù)一條楓丹信息攻略
- (2023-08-18)匯聚磅礴力量 同心勇立潮頭——習(xí)近平同志在浙江工作期間關(guān)于統(tǒng)戰(zhàn)工作的探索與實踐
- (2023-08-18)恒大地產(chǎn):收到證監(jiān)會立案告知書
- (2023-08-18)“百日千萬招聘專項行動”(臨夏縣)專場招聘會舉辦
- (2023-08-18)「窮鬼」茶飲,圍剿喜茶們
- (2023-08-18)72家高質(zhì)量孵化機構(gòu)集聚北京豐臺 促科技成果轉(zhuǎn)化
- (2023-08-18)河北出臺系列措施助推生物醫(yī)藥產(chǎn)業(yè)高質(zhì)量發(fā)展