How to design and create an ecomerce website using vuetify and vue.js , material design icons, Font Awesome icons.
- Create an Navbar and Footer
- Create a dashboard with many options like check Color and Size, Hover and Pagination.
- vue create ecommerce-perushop-rt
- cd ecommerce-perushop-rt
- vue add vuetify
- npm install material-design-icons-iconfont -D
- npm install @fortawesome/fontawesome-free -D
- npm run serve
- Vue 2
- Vuetify
- Vue Router
- Fontawesome
- Material Design
npm install
npm run serve
npm run build
npm run lint