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: 11 months 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T23:48:25.000Z (over 3 years ago)
- Last Synced: 2024-12-06T15:20:18.094Z (over 1 year ago)
- Language: Vue
- Size: 1.4 MB
- Stars: 17
- Watchers: 3
- Forks: 7
- 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/).