Hepsiburada.com clone in VueJS / TailwindCSS / CSS.
Always use yarn to avoid conflicting .lock file issues.
First, install all packages with yarn
:
yarn
For starting to development, use this command:
yarn serve
For production-ready build, use this command:
yarn build
Merge requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the GPLv3 License - see the LICENSE file for details.