Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: allow customization with options #57

Merged
merged 10 commits into from
Jun 16, 2020

Conversation

takacspeter
Copy link
Contributor

@takacspeter takacspeter commented Mar 1, 2020

#43

Configuration as follows in nuxt.config.js

export default {
  build: {
    loadingScreen: {
      image: '<URL or absolute to staticDir>',
      colors: {
        client: 'hotpink',
        server: 'red'
      }
    }
  }
}

The image can be located in static directory of nuxt project or be a URL.

image

@pi0
Copy link
Member

pi0 commented Jun 16, 2020

Hi @takacspeter thanks for PR ❤️ I made few changes and rebased with latest branch. Will be release with v2 (nuxt 2.13)

@pi0 pi0 changed the title Add possibility to change logo and progress-bar colors from nuxt.config feat: allow customization with options Jun 16, 2020
@pi0 pi0 merged commit ee40ac5 into nuxt:master Jun 16, 2020
@AdrianoCahete
Copy link

Hi @pi0 there's no mention of this feature in Config options. This feature was landed or just postponed to another version?

I'm asking because I'm in an older version and I'm trying to see if make sense to me to update to the latest now or if I can wait for some more time...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants