Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pinatacloud/vue-ipfs-example
Template VueJS application that can be built for IPFS
https://github.com/pinatacloud/vue-ipfs-example
Last synced: about 1 month ago
JSON representation
Template VueJS application that can be built for IPFS
- Host: GitHub
- URL: https://github.com/pinatacloud/vue-ipfs-example
- Owner: PinataCloud
- Created: 2019-06-10T02:48:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T23:48:25.000Z (about 2 years ago)
- Last Synced: 2023-03-02T15:36:41.701Z (almost 2 years ago)
- Language: Vue
- Size: 1.4 MB
- Stars: 17
- Watchers: 3
- Forks: 6
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IPFS Compatible VueJS Template
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).