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
- Continue Clean up ui
- Add Howtos to Search
- close search on click outside with results
- 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
GITHUB Live Demo Originally based on Henry Desroches' nuxt-netlify-cms-starter.
- 📦 Install dependencies.
npm install
- 🏗 Run the project for local dev. This will start a hot-reloading server at
localhost:3000
.
npm run dev
- 🌌 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
- ⚡️ Generate a fully pre-rendered static site. See more in the docs.
npm run generate