# 测试内容 # giblog ## Project setup ``` pnpm install ``` ### Compiles and hot-reloads for development ``` pnpm run serve ``` ### Compiles and minifies for production ``` pnpm run build ``` ### Run your tests ``` pnpm run test ``` ### Lints and fixes files ``` pnpm run lint ``` ### Run your unit tests ``` pnpm run test:unit ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).
测试内容
giblog
Project setup
Compiles and hot-reloads for development
Compiles and minifies for production
Run your tests
Lints and fixes files
Run your unit tests
Customize configuration
See Configuration Reference.