An open API service indexing awesome lists of open source software.

https://github.com/straps/tastymarks

TastyMarks, bookmarks on steroids
https://github.com/straps/tastymarks

bookmarks delicious nuxt social vue vuetify

Last synced: about 1 month ago
JSON representation

TastyMarks, bookmarks on steroids

Awesome Lists containing this project

README

          

# tastymarks

> Tasty Bookmarks

## Build Setup

``` bash
# install dependencies
$ npm install # Or yarn install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm start
```

For detailed explanation on how things work, checkout the [Nuxt.js docs](https://github.com/nuxt/nuxt.js).

## Backpack

We use [backpack](https://github.com/palmerhq/backpack) to watch and build the application, so you can use the latest ES6 features (module syntax, async/await, etc.).