/vuetify-mobile-app-1

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

Primary LanguageVue

vuetify-mobile-app

The Medium article "Creating a Mobile Web App with Vue, Vuetify & Typescript" accompanies this repo. https://medium.com/@JonUK/creating-a-mobile-web-app-with-vue-vuetify-typescript-dc69bed4cd2d

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.