Responsive ecommerce template built with Vue.js
# install Vue cli
npm install -g @vue/cli
# clone repository
git clone https://github.com/ivanlori/Vuemmerce.git
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for development without minification
npm run development
# build for production with minification
npm run production
- Ivan Lori - Initial work - ivanlori
Thanks for your interest!
To contribute, please ensure that you have stable Node.js and npm installed.
Follow the steps below.
- Follow the Installing instructions
- Create your feature
- Commit your changes: git commit -am 'Add some feature'
- Push to the branch: git push origin my-new-feature
- Submit a pull request
If you have any questions, feel free to email me at ivan.lori@protonmail.com.
See the release notes into changelog.md
This project is licensed under the MIT License - see the LICENSE.md file for details