Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

hack-the-6ix/hackthe6ix-landing-2019

Repository files navigation

Hack the 6ix

Statuses

Environment Status
Production Production deploy CI
Development Netlify Status

File structure

/assets

  • Contains all the static assets for page.

/components

  • Contains all reuseable components such as navigation, footer, buttons.

/layouts

  • Contains all the layouts for setting the various reusable components that wrap pages.

/pages

  • Contains the various pages of the application.
  • index.js acts as the routes object for vue-router

/styles

  • Global styles, variables, and mixins for the entire application.

Commands

Project setup

npm ci

Compiles and hot-reloads for development

npm start

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.