Skip to content

Latest commit

 

History

History
63 lines (45 loc) · 1.84 KB

README.md

File metadata and controls

63 lines (45 loc) · 1.84 KB

n2ex logo

Build Status Coverage Status GitHub License

Introduction

vue ssr v2ex,because it depends on nuxt so called n2ex

Performance

Features

  • Use vue ssr framework nuxt
  • Use Element UI library element
  • Use material Design UI library muse-ui
  • Use browser and node.js http client axios
  • Test runner ava
  • Test spies, stubs and mocks sinon
  • Unit test vue-test-utils
  • Node proxy solve CORS
  • Progressive Web Apps

Pages

  • Hot topic list
  • New topic list
  • Topic detail with comment
  • Node list
  • Node detail
  • User detail

Build Setup

# install dependencies
$ yarn

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate

# eslint
$ yarn lint

# unit tests
$ yarn test

License

N2ex is MIT licensed.