Unverified Commit 42b9d2d9 authored by HG's avatar HG Committed by GitHub

added some more details to readme

parent 2102e066
...@@ -25,6 +25,7 @@ HackerNews clone built with Nuxt.js. ...@@ -25,6 +25,7 @@ HackerNews clone built with Nuxt.js.
- Critical Path CSS - Critical Path CSS
- PWA experience using [PWA Module](https://github.com/nuxt/modules/tree/master/modules/pwa) with almost _zero config_ - PWA experience using [PWA Module](https://github.com/nuxt/modules/tree/master/modules/pwa) with almost _zero config_
- PRPL - PRPL
- Hot reloading dev environment integrated with [ESLint](https://eslint.org/) and [Prettier](https://prettier.io/)
## Build Setup ## Build Setup
...@@ -42,6 +43,13 @@ npm run build ...@@ -42,6 +43,13 @@ npm run build
# serve in production mode # serve in production mode
npm start npm start
# validate code with ESLint (with Prettier)
npm run lint
# validate andf fix with ESLint (with Prettier)
npm run lintfix
``` ```
## License ## License
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment