solution • Vue Tailwind and json content - martindubenet/wed-dev-design GitHub Wiki

Vue.js coding  ][  Vuetify templates  ][  Vue.js setup for Vuetify  ][  Vue headless CMS site  ][  Vue Tailwind json  ]

Vue Tailwind and json content

 

MyPage for Github

Local setup using ViteJS

  1. yarn create vite MyPage --template vue
  2. cd MyPage
  3. yarn
  4. Run local server: yarn dev

Clear your node_modules/ dependencies

  1. rm -rf node_modules yarn.lock
  2. yarn cache clean
  3. yarn install