diff --git a/assets/images/card-cover.jpg b/assets/images/card-cover.jpg new file mode 100644 index 0000000..eb8abc8 Binary files /dev/null and b/assets/images/card-cover.jpg differ diff --git a/components/CardBook.vue b/components/CardBook.vue new file mode 100644 index 0000000..6593e4b --- /dev/null +++ b/components/CardBook.vue @@ -0,0 +1,33 @@ + + + diff --git a/config/tailwind.config.js b/config/tailwind.config.js new file mode 100644 index 0000000..864d333 --- /dev/null +++ b/config/tailwind.config.js @@ -0,0 +1,11 @@ +/* + ** TailwindCSS Configuration File + ** + ** Docs: https://tailwindcss.com/docs/configuration + ** Default: https://github.com/tailwindcss/tailwindcss/blob/master/stubs/defaultConfig.stub.js + */ +module.exports = { + theme: {}, + variants: {}, + plugins: [] +} diff --git a/nuxt.config.ts b/nuxt.config.ts index 0318029..ec96604 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -102,7 +102,7 @@ const config: Configuration = { /* ** You can extend webpack config here */ - extractCSS: true, + extractCSS: { ignoreOrder: true }, extend(config: WebpackConfiguration, ctx) {}, // Config for Nuxt Property Decorator babel: { diff --git a/pages/bookshop.vue b/pages/bookshop.vue new file mode 100644 index 0000000..27c9e94 --- /dev/null +++ b/pages/bookshop.vue @@ -0,0 +1,15 @@ + + diff --git a/pages/index.vue b/pages/index.vue index e4e3c67..5400eb5 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -1,6 +1,7 @@