Skip to content

Starting in 2019 CircleCI will now join in the annual tradition of Hacktoberfest! Check here for our current Hacktoberfest landing page and learn how you can participate.

Notifications You must be signed in to change notification settings

iadityavs/hacktoberfest

 
 

Repository files navigation

hacktoberfest & ortoberfest 2019

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Run your unit tests

npm run test:unit

Customize configuration

See Configuration Reference.


For Dev

  1. Open vue.config.js.
  2. Comment out the following lines.
  publicPath: process.env.NODE_ENV === 'production'
  ? '/hacktoberfest/'
  : '/',
  chainWebpack: config => {
    config.plugin('optimize-css').tap(([options]) => {
      options.cssnanoOptions.preset[1].svgo = false
      return [options]
    })
  },
  1. Remove comments for production.

About

Starting in 2019 CircleCI will now join in the annual tradition of Hacktoberfest! Check here for our current Hacktoberfest landing page and learn how you can participate.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 96.7%
  • JavaScript 1.5%
  • CSS 1.2%
  • Other 0.6%