ldiebold / vuex-orm-template

A starter template for vuex-orm. Useful for bug reports, new projects and as a playground!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vuex-ORM Template

Getting Started

Start by cloning this repository

git clone git@github.com:ldiebold/vuex-orm-template.git

Project setup

cd into the project

cd vuex-orm-template

Note: At this point, you may want to open the project in your editor

Install required packages

yarn

Compiles and hot-reloads for development

Start the server, and you're good to go!

yarn run serve

Compiles and minifies for production

Compiling assets is easy...

yarn run build

About

A starter template for vuex-orm. Useful for bug reports, new projects and as a playground!


Languages

Language:JavaScript 54.0%Language:Vue 29.5%Language:HTML 16.6%