News Hatch is a clone of popular news site built with Nuxtjs.
- Server Side Rendering & Caching
- Code Splitting
- Single-file Vue Components
- Critical Path CSS
- Hot reloading dev environment integrated with ESLint and Prettier
- Testing using vue-test-utils and Jest
- PWA support.
The site is deployed automatically by a travis job whenever the branch develop
is updated.
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
Inspired by nuxt/hackernews, techinasia, oxii and other news sites.