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
- Host: GitHub
- URL: https://github.com/straps/tastymarks
- Owner: straps
- Created: 2018-05-19T05:42:56.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-25T07:54:35.000Z (almost 8 years ago)
- Last Synced: 2025-05-20T18:19:42.875Z (about 1 year ago)
- Topics: bookmarks, delicious, nuxt, social, vue, vuetify
- Language: Vue
- Size: 500 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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.).