You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
# 安装nodo
|
|
|
|
|
```
|
|
|
|
|
版本:v16.15.1
|
|
|
|
|
```
|
|
|
|
|
# 检查node版本
|
|
|
|
|
```
|
|
|
|
|
node -v
|
|
|
|
|
v16.15.1
|
|
|
|
|
```
|
|
|
|
|
# node环境变量配置
|
|
|
|
|
```
|
|
|
|
|
网上找下配置教程
|
|
|
|
|
```
|
|
|
|
|
# 安装依赖
|
|
|
|
|
npm install
|
|
|
|
|
|
|
|
|
|
# 启动服务
|
|
|
|
|
```
|
|
|
|
|
npm run dev
|
|
|
|
|
```
|
|
|
|
|
# 浏览器访问
|
|
|
|
|
http://localhost:80
|