Color Supply V2 (2024)
Look at the Nuxt 3 documentation to learn more.
Make sure to install the dependencies:
yarn installStart the development server on http://localhost:3000:
yarn devBuild the application for production:
yarn buildLocally preview production build:
yarn preview
Check out the deployment documentation for more information.
Global colors are here: /assets/css/main.css
CSS files are mainly in the /components folder.
The explore filters are here: /components/explore/Filter.vue
The palette name that appears on the right side in 'Create' is here: /components/Options.vue
Some other general classes are defined here: /layouts/default.vue