# hello-world **Repository Path**: somenzz/hello-world ## Basic Information - **Project Name**: hello-world - **Description**: vue + graphql + django - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-05-27 - **Last Updated**: 2022-09-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # hello-world 本代码对应的教程见公众号「Python七号」-[为 Vue 配备 GraphQL API]() ## 后端 后端为 django + graphql,具体代码请访问 [为 Django 配备 GraphQL API](https://mp.weixin.qq.com/s/C55c9bBZeyWSP0hvp7oqKQ) ## 安装依赖 ``` npm install ``` ### 编译并启动开发环境 ``` npm run serve ``` ### 为生产环境编译 ``` npm run build ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).