vue-tailwind-element-demo
Recommended VScode plugins
- Vetur
- Prettier
- Tailwind CSS IntelliSense
- vscode-element-helper
- PostCSS Language Support
- Code Spell Checker
Project setup
npm installCompiles and hot-reloads for development
npm run serveCompiles and minifies for production
npm run buildRun your unit tests
npm run test:unitLints and fixes files
npm run lint