Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/greymass/anchor-link-demo
Demo project for Anchor Link
https://github.com/greymass/anchor-link-demo
Last synced: about 1 month ago
JSON representation
Demo project for Anchor Link
- Host: GitHub
- URL: https://github.com/greymass/anchor-link-demo
- Owner: greymass
- Created: 2019-10-01T17:00:39.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T13:41:56.000Z (about 2 years ago)
- Last Synced: 2024-05-01T09:52:41.826Z (8 months ago)
- Language: Vue
- Homepage: https://greymass.github.io/anchor-link-demo/
- Size: 3.12 MB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-eosio - greymass/anchor-link-demo - Example VueJS application integrating greymass/anchor-link. (Developers / Code examples)
README
# anchor-link-demo
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn run serve
```### Compiles and minifies for production
```
yarn run build
```### Run your tests
```
yarn run test
```### Lints and fixes files
```
yarn run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).