Responsive ecommerce template built with Vue.js and Nuxt.js
# clone repository
git clone https://github.com/ivanlori/Vuemmerce.git
# install dependencies
yarn install
# serve with hot reload at localhost:3000
yarn dev
# prepare for production via webpack
yarn build
# 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
- Open a pull request
If you have any questions, feel free to email me at [email protected].
See the release notes into changelog.md
This project is licensed under the MIT License - see the LICENSE.md file for details