• Stars
    star
    109
  • Rank 319,077 (Top 7 %)
  • Language Vue
  • Created almost 6 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

An example of how to use Vue & Vuetify to create a Mobile Web App

vuetify-mobile-app

The following Medium articles accompany this repo.

Creating a Mobile Web App with Vue, Vuetify & Typescript — Part 1

Setup project and create framework components utilizing Vuetify

https://medium.com/@JonUK/creating-a-mobile-web-app-with-vue-vuetify-typescript-dc69bed4cd2d

Creating a Mobile Web App with Vue, Vuetify & Typescript — Part 2

Get data from server and use Vuex for state management

https://medium.com/@JonUK/creating-a-mobile-web-app-with-vue-vuetify-typescript-part-2-ed56b95fe1b1

Branches

This repo contains several branches that allow you to checkout the code at various stages of development.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Run your unit tests

npm run test:unit

Customize configuration

See Configuration Reference.