Responsive ecommerce template built with Vue.js and Nuxt.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:3000
npm run dev
# prepare for production via webpack
npm run production
# generate static pages via nuxt.js for static hosting
nuxt generate
- 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
- Check the open issues out
- Create your branch with a reference to the open issue
- 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