Skip to content

firmantr3/ftn-vue-pwa

Repository files navigation

ftn-vue-pwa

my vuejs scaffolding frontend for laravel apps. see demo

Project setup

Clone this repository or use degit for clean start, then open terminal and cd to project directory, run:

yarn install &&
cp vue.config.example.js vue.config.js

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Run your tests

yarn test

Lints and fixes files

yarn lint

Run your unit tests

yarn test:unit

Customize configuration

See Configuration Reference.