Skip to content

daoket/blog

Repository files navigation

创建步骤

1. git clone https://github.com/daoket/blog.git

# install dependencies
2. npm install

# serve with hot reload at localhost:8080
3. npm run dev

# build for production with minification
4. npm run build

# build for production and view the bundle analyzer report
5. npm run build --report

参考