Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 1.17 KB

README.md

File metadata and controls

47 lines (33 loc) · 1.17 KB

nuxt-comparator

This project is a template using NuxtJS to generate sites comparing any kind of items (the "antagonists").

Deployed to https://nuxt-comparator.jordisan.net/

Example site at https://server-spa-comparison.jordisan.net/ (generated from repository https://github.com/jordisan/nuxt-comparator-example)

  • Uses NuxtJS (static site generation) and Nuxt content
  • TypeScript
  • All content based in .md files
  • Web content available without JS (good for SEO)

Build Setup

# 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

# generate static project
$ npm run generate

For detailed explanation on how things work, check out Nuxt.js docs.

To do

  • Store needed? For global settings?
  • Some more tests
  • Responsive
  • Remove unnecessary folders/files
  • Custom error pages
  • Search

References