A small Tailwind and Vue demo project
Do it the quick way by running this single command and browse to http://localhost:8000
npm run allYou may need to update the API key:
// dist/index.html
window.App = {
api_key: 'YOUR_API_KEY'
}Or follow those steps:
- Install NPM dependencies
npm install- Build assets through webpack
# Development mode
npm run dev
npm run watch
npm run hot
# Production build
npm run prod- Run the server
npm run start- Browse to http://localhost:8000
Nicolas Mica <nicolas[at]micallef.pro>