Skip to content
This repository was archived by the owner on May 26, 2022. It is now read-only.

Commit a8e0f38

Browse files
authored
Create vue3.sh
1 parent 6f0e0b0 commit a8e0f38

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

vue3.sh

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
git clone https://github.com/vuejs/docs.git
2+
cd docs
3+
yarn install
4+
yarn build
5+
cd src/.vuepress/dist
6+
python -m http server

0 commit comments

Comments
 (0)