Business website for a company selling agricultural equipment.
It is a mockup of business website. It's main focus is to provide customers with a sales offer, contact and address details.
List of technologies used to build the app:
Nuxt - an open source framework under MIT license.
Vuetify - open source UI library with beautifully handcrafted Vue Components.
-
Clone repository
git clone https://github.com/rafJagCode/hervestsolutions.git
-
Install dependencies
cd hervestsolutions yarn install
-
Serve with hot reload at localhost:3000
yarn dev
-
Build for production and launch server
yarn build
yarn start
-
Generate static project
yarn generate
MIT