https://github.com/patrickxchong/nuxt-vuetify-purgecss
Proof of concept of how to use PurgeCSS with Vuetify on Nuxt.js
https://github.com/patrickxchong/nuxt-vuetify-purgecss
nuxt purgecss vuetify
Last synced: 9 months ago
JSON representation
Proof of concept of how to use PurgeCSS with Vuetify on Nuxt.js
- Host: GitHub
- URL: https://github.com/patrickxchong/nuxt-vuetify-purgecss
- Owner: patrickxchong
- Created: 2020-06-02T09:16:32.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T07:40:56.000Z (over 3 years ago)
- Last Synced: 2025-08-21T00:56:16.992Z (10 months ago)
- Topics: nuxt, purgecss, vuetify
- Language: Vue
- Homepage: https://nuxt-vuetify-purgecss.now.sh
- Size: 2.8 MB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nuxt-vuetify-purgecss
> Proof of concept of how to use PurgeCSS with Vuetify on Nuxt.js
## Build Setup
```bash
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generate
```
For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).