repo reset & gridsome init

This commit is contained in:
2021-07-31 12:30:22 +02:00
parent c285874dc4
commit 8c552ebf03
42 changed files with 6583 additions and 8816 deletions

View File

@@ -1,24 +1,14 @@
# gractwo-site
# Default starter for Gridsome
## Project setup
```
npm install
```
This is the project you get when you run `gridsome create new-project`.
### Compiles and hot-reloads for development
```
npm run serve
```
### 1. Install Gridsome CLI tool if you don't have
### Compiles and minifies for production
```
npm run build
```
`npm install --global @gridsome/cli`
### Lints and fixes files
```
npm run lint
```
### 2. Create a Gridsome project
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).
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 🎉🙌