简体   繁体   English

我需要知道 express 才能使用 Javascript 吗?

[英]Do I need to know express to use Javascript?

is it necessary to know express in order to use to learn javascript?是否有必要了解 express 才能用于学习 javascript?

I am learning express with git and vs code and struggling to run the code in vs code - I don't know how to do it how to open the URL.我正在用 git 和 vs 代码学习 express 并且努力在 vs 代码中运行代码 - 我不知道如何打开 URL。 And in vs code "require" doesn't work properly (error):并且在 vs 代码中“require”不能正常工作(错误):

let express = require("express");

Thank you for your responses, -l感谢您的回复,-l

No, Express knowledge is not required for learning javascript. 不,学习javascript不需要Express知识。

Express is a minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications. Express是一个最小且灵活的Node.js Web应用程序框架,为Web和移动应用程序提供了一组强大的功能。 which is written in javascript. 用JavaScript编写的。 In order to use express you should have basic knowledge of javascript and ES5 features for Node.js. 为了使用express,您应该具有Node.js的javascript和ES5功能的基础知识。

Check your package.json for information whether you have installed express as dependency or not. 检查您的package.json以获取有关是否已安装Express作为依赖项的信息。

谢谢大家的答复,我非常感谢。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 我需要了解良好的javascript才能使用jquery吗? - Do I need to know good javascript in order to use jquery? 我需要了解HTML和CSS才能使用jQuery Mobile吗? - Do I need to know HTML and CSS to use jQuery Mobile? javascript开发人员需要知道jquery吗? - Do javascript developers need to know jquery? 当我需要“express”时,我需要知道它是一个对象还是一个函数 - when I require "express" I need to know if its an object or function 在express.js中,当我使用Promise时,是否需要在执行程序中包含reject()? - In express.js, when I use promises, do I need to include reject() in the executor? 我是否需要了解 Typescript 才能学习 Angular 2? - Do I need to know Typescript to learn Angular 2? 刚刚看到了用JavaScript创建的工厂样式对象(没有文字)。 我还需要知道什么? - Just seen a factory style object creating in JavaScript (without literals). What else do I need to know? 为什么我不需要在我的 html 文件中引用相对路径来加载带有 express js 的 javascript 文件? - Why do I not need to reference the relative path in my html file to load a javascript file with express js? (javascript)为什么我需要为事件处理程序使用wrap函数? - (javascript) why do i need to use a wrap function for event handlers? 我真的需要在javascript中为此使用原型吗? (实际示例) - Do I really need to use protoypes for this in javascript? (Practical example)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM