Skip to content

321zeno/vue-cakes

Repository files navigation

Vue Cakes

A vuejs demo project

Clone this repo

git clone https://github.com/321zeno/vue-cakes

Declare your API endpoint

Update <my-project root>/src/endpoint.js

With the address of an actual API endpoint

module.exports = 'http://99.99.99.99:5000/api/cakes'

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

About

Demo vuejs app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published