repo reset & gridsome init
This commit is contained in:
28
README.md
28
README.md
@@ -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 🎉🙌
|
||||
|
||||
Reference in New Issue
Block a user