AlekseyPleshkov / nuxt-starter-pack

Vue/Nuxt starter pack with docker and gitlab-ci

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hydra-webpack-nuxt

Vue/Nuxt starter pack. Pug, PostCSS, Docker, Gitlab CI auto deploy.

Install

# Install
$ npm install # or yarn install

# Start server localhost:3000
$ nuxt

# Build static
$ npm run generate

# Production server
$ node server

GitLab Deploy

CI Variables

  • SSH_PRIVATE_KEY (for connection to server)
  • SSH_KNOWN_HOSTS (ip or domain)
  • SSH_DIR (upload directory for source)
  • PROJECT_NAME (for docker)

More information

Documentation of Nuxt

Plugins and modules

  • Axios & Nuxt Axios
  • Vue Scrollto
  • Vue The Mask
  • Vue Scroll Show
  • Vue Scroll Focus
  • Vue Form Send
  • Vue Lazyload
  • Vue Img
  • Vue2 Touch Events
  • Nuxt Social Meta

PostCSS plugins

About

Vue/Nuxt starter pack with docker and gitlab-ci


Languages

Language:CSS 47.4%Language:JavaScript 38.4%Language:Vue 12.0%Language:Dockerfile 2.2%