# official-website **Repository Path**: charon223/official-website ## Basic Information - **Project Name**: official-website - **Description**: No description available - **Primary Language**: HTML/CSS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-07 - **Last Updated**: 2021-04-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # nuxtproject ## Build Setup ```bash # install dependencies $ npm install # serve with hot reload at localhost:3000 $ npm run dev # build for production and launch server $ npm run build $ npm run start # generate static project $ npm run generate ``` For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org). # Store ## store 目录下的每个.js 文件会被转换成为状态树指定命名的子模块 (index.js为根模块) ### index.js 为根模块 可直接配置使用 ### test.js 为子模块,使用时需指定test路径 如 test.title、test/changeTitle