毕设
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.

23 lines
243 B

# 安装nodo
```
版本:v16.15.1
```
# 检查node版本
```
node -v
v16.15.1
```
# node环境变量配置
```
网上找下配置教程
```
10 months ago
# 安装依赖
npm install
# 启动服务
```
10 months ago
npm run dev
```
# 浏览器访问
http://localhost:80