# daisy **Repository Path**: seabean/daisy ## Basic Information - **Project Name**: daisy - **Description**: 一个简单的博客 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-07-19 - **Last Updated**: 2021-03-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # milk-cup #### Description > one blog 使用vue-cli 3.x 生成的一个小页面 ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Run your tests ``` npm run test ``` ### Lints and fixes files ``` npm run lint ``` ### Author - Yong - Tang ### Other - 比较喜欢用使用kebab-case ### Customize configuration See [Vue-CLI Configuration Reference](https://cli.vuejs.org/config/). docker run -p 9000:9000 --name minio1 \ -e "MINIO_ACCESS_KEY=ksamiMinio" \ -e "MINIO_SECRET_KEY=miniodmm=520" \ -v /mnt/data:/data \ -v /mnt/config:/root/.minio \ minio/minio server /data