Added some comments
This commit is contained in:
Aravind Babu 2017-10-05 19:35:25 +05:30 committed by GitHub
parent f654c9c94c
commit 3e610db320

View File

@ -140,7 +140,7 @@ And then run:
```bash ```bash
npm start npm start
``` ```
##On your browser
Go to [http://localhost:3000](http://localhost:3000) Go to [http://localhost:3000](http://localhost:3000)
So far, we get: So far, we get:
@ -246,7 +246,6 @@ For example, to deploy with [`now`](https://zeit.co/now) a `package.json` like f
} }
``` ```
Then run `now` and enjoy! Then run `now` and enjoy!
Note: we recommend putting `.nuxt` in `.npmignore` or `.gitignore`. Note: we recommend putting `.nuxt` in `.npmignore` or `.gitignore`.
## Roadmap ## Roadmap