# gridsome **Repository Path**: lanxuanVIP/gridsome ## Basic Information - **Project Name**: gridsome - **Description**: gridsome的练习 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-24 - **Last Updated**: 2022-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 练习用 #### 课程中需要的模块, 都已安装完毕. 克隆后直接使用即可. ```json "dependencies": { "@fortawesome/fontawesome-free": "^5.15.3", "@gridsome/remark-prismjs": "^0.5.0", "@gridsome/source-filesystem": "^0.6.2", "@gridsome/source-strapi": "^0.2.0", "@gridsome/transformer-remark": "^0.6.4", "bootstrap": "^5.0.0", "gridsome": "^0.7.0", "markdown-it": "^12.0.6" } ``` #### 可执行配置的指令 ```json "scripts": { "develop": "gridsome develop", "explore": "gridsome explore", "build": "gridsome build" } ``` ( .gitignore 内容被清空了, 需要的话自行配置 ) # Default starter for Gridsome This is the project you get when you run `gridsome create new-project`. ### 1. Install Gridsome CLI tool if you don't have `npm install --global @gridsome/cli` ### 2. Create a Gridsome project 1. `gridsome create my-gridsome-site` to install default starter 2. `cd my-gridsome-site` to open the folder 3. `gridsome develop` to start a local dev server at `http://localhost:8080` 4. Happy coding 🎉🙌