Skip to content

Commit 71c5477

Browse files
authored
Update README.md
1 parent 9e4542e commit 71c5477

File tree

1 file changed

+8
-15
lines changed

1 file changed

+8
-15
lines changed

README.md

+8-15
Original file line numberDiff line numberDiff line change
@@ -8,34 +8,27 @@
88

99
This repo is a starting off point for working with WordExpress using Vue. Its meant to work with [WordExpress Server](https://github.com/ramsaylanier/WordExpress-Server).
1010

11-
## Node Version Requirement
12-
13-
```bash
14-
node 6.*
15-
node 7.*
16-
```
17-
1811
## Before Doing Anything Else
1912

2013
Please make sure you have cloned the [WordExpress Server](https://github.com/ramsaylanier/WordExpress-Server) repo and have followed the instructions for getting it up and running. WordExpress server provides you with a connection to your WordPress database using GraphQL.
2114

2215
## Config
2316

24-
Using the `/config/sample.config.json` file as an example, create a `development.json` and `production.json` file. As of now, this the config files just point to the url of where your WordExpress Server is running, and which theme in the `src/themes` directory to use.
17+
Using the `/config/sample-client.config.json` file as an example, create a `client.json` and file. As of now, this the config files just point to the url of where your WordExpress Server is running, and which theme in the `src/themes` directory to use.
2518

26-
## Build Setup
19+
## Development
2720

2821
``` bash
29-
npm install
30-
npm run build
31-
npm start
22+
yarn
23+
yarn serve
3224
```
3325

34-
## Development Setup
26+
## Production
3527

3628
```bash
37-
npm install
38-
npm run dev
29+
yarn
30+
yarn build
31+
yarn start
3932
```
4033

4134
# Working With WordPress

0 commit comments

Comments
 (0)