Skip to content

Instantly share code, notes, and snippets.

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