- scaffold new vitejs project
yarn add -D tailwindcss@latest postcss@latest autoprefixer@latest
npx tailwindcss-cli@latest init
tailwind.config.js
->purge: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}']
yarn add -D eslint
npx eslint --init
Last active
June 12, 2021 02:41
-
-
Save plastic041/7773f45359f634cc23da38bebb9c67c3 to your computer and use it in GitHub Desktop.
starting new vitejs project
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment