This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
wangshaoping
/
platform
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
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.
267
Commits
1
Branch
0
Tags
207 MiB
Tree:
c1d6f52ff0
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'c1d6f52ff0'
${ noResults }
platform
/
io.sc.platform.developer.doc
/
asciidoc
/
9999-appendix
/
frontend
/
vite
/
vite.adoc
8 lines
103 B
Raw
Normal View
History
first version
1 year ago
= vite
== 创建项目
[source,bash]
----
npm create vite@latest
yarn create vite
pnpm create vite
----