/hacktoberfest

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.

Primary LanguageVue

hacktoberfest

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.