Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 314 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 314 Bytes

Sakura.net

View Site

Building(使用方法)

git clone [email protected]:zEpoch/zepoch.github.io.git
cd zepoch.github.io
npm install
npm run dev
# Open localhost:4003/index-dev.html in your browser

Building for Production(打包)

npm run build