https://github.com/ellreka/pocket-opener
Pocketに保存している記事をソートして開く
https://github.com/ellreka/pocket-opener
Last synced: about 1 month ago
JSON representation
Pocketに保存している記事をソートして開く
- Host: GitHub
- URL: https://github.com/ellreka/pocket-opener
- Owner: ellreka
- Created: 2018-10-25T05:34:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T08:26:13.000Z (over 2 years ago)
- Last Synced: 2025-02-08T11:13:51.441Z (3 months ago)
- Language: Vue
- Homepage: https://pocket-opener.now.sh/
- Size: 5.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pocket-opener
> My slick Nuxt.js project
## Build Setup
``` bash
# install dependencies
$ yarn install# serve with hot reload at localhost:3000
$ yarn dev# build for production and launch server
$ yarn build
$ yarn start# generate static project
$ yarn generate
```For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).