Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 1.04 KB

README.md

File metadata and controls

51 lines (36 loc) · 1.04 KB

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.