Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jcalixte/memos
A memo with text and pictures
https://github.com/jcalixte/memos
Last synced: 1 day ago
JSON representation
A memo with text and pictures
- Host: GitHub
- URL: https://github.com/jcalixte/memos
- Owner: jcalixte
- Created: 2020-03-15T22:59:32.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-07T07:18:01.000Z (almost 5 years ago)
- Last Synced: 2024-11-10T16:52:33.332Z (about 2 months ago)
- Language: CSS
- Size: 862 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# memos
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Run your unit tests
```
yarn test:unit
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).