Skip to content

t22279185/mywowclient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

添加项目依赖

npm install -g pnpm@latest-10

pnpm install

终端运行:

npx vite --host

创建 Node.js 项目 过程记录

通过运行npm init -y,NPM 将创建一个package.json包含运行 Node.js 项目所需的最少信息。

npm init -y

两个依赖项。Vite 和 Three.js。

vite

npm install --save-dev vite

three.js

npm install --save three

终端运行:

npx vite --host npx serve

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published