simple-hackathon-vue
Simple Vue-js project template for hackathon based on tailwindcss
Features
- Three responsive layouts
- Theme switcher
- Layout switcher
- Template based on tailwindcss
- Reusable layouts components
Live demo
https://awakentrue.github.io/simple-hackathon-vue/
Usage
1. Fork or clone this repository
git clone https://github.com/awakentrue/simple-hackathon-vue.git
2. Install Node.js
3. Install dependencies
npm install
4. Serve with hot reload
npm run serve
5. Build for production
npm run build