We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7ede96 commit 4f9fb85Copy full SHA for 4f9fb85
βREADME.mdβ
@@ -28,7 +28,6 @@ This template is intended for full Typescript use
28
- π¨ Expressive, Dynamic, Robust CSS with **Stylus** support
29
- π **Jest** integration ready Unit Test with 100% coverage as starting point (Vuetify and Vuex Integration included!)
30
- β¨ **Progressive Web App** by default (Installable / Add to homescreen)
31
-- π§Ή **PurgeCSS** ready
32
33
# Installation
34
βnuxt.config.tsβ
@@ -44,8 +44,7 @@ const nuxtConfig: Configuration = {
44
// Doc: https://axios.nuxtjs.org/usage
45
'@nuxtjs/axios',
46
'@nuxtjs/pwa',
47
- '@nuxtjs/dotenv',
48
- 'nuxt-purgecss'
+ '@nuxtjs/dotenv'
49
],
50
/*
51
** Axios module configuration
0 commit comments