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
yarn create vite MyPage --template vue
cd MyPage
yarn
- Run local server:
yarn dev
node_modules/
dependencies
Clear your rm -rf node_modules yarn.lock
yarn cache clean
yarn install