/pleasure-dummy-vue-project

a vue.js dummy project for pleasure

Primary LanguageJavaScript

Dummy project

As an example, will demonstrate the functionality of the pleasure framework in the scenario of an online store.

Dummy Project Configuration

module.exports = {
  ui: {
    postCssVariables: {
      theme: {
        profile: {
          // accessible via var(--theme-profile-background) in any postcss scope
          background: `green`
        }
      }
    }
  }
}

Read the docs