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: 17 days 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 (almost 2 years ago)
- Last Synced: 2024-12-06T15:20:18.094Z (17 days 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/).