laanlabs / docs.3dscannerapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FAQ, HOWTO STATIC SITE TOOL

A simple static site for serving faq's and howto markdown docs

NOTE: this site is hosted at https://app.netlify.com/sites/docs-3dscannerapp/overview

TODO's

  • Continue Clean up ui
  • Add Howtos to Search
  • close search on click outside with results

Built With

  • Nuxt.js (in "universal mode", where both SEO and speed is great)
  • Vue 2
  • Vuex (supported by adding to /store, but not implemented)
  • PostCSS (no SCSS)
  • Tailwind

BASED FROM

GITHUB Live Demo Originally based on Henry Desroches' nuxt-netlify-cms-starter.

Project commands

  1. 📦 Install dependencies.
npm install
  1. 🏗 Run the project for local dev. This will start a hot-reloading server at localhost:3000.
npm run dev
  1. 🌌 Build the app for server-side rendered deployment. See more about Universal SSR in the Nuxt.js docs.
npm run build

# And to serve that deployment...
npm run start
  1. ⚡️ Generate a fully pre-rendered static site. See more in the docs.
npm run generate

About

License:MIT License


Languages

Language:Vue 44.7%Language:CSS 31.3%Language:JavaScript 19.8%Language:HTML 4.2%