https://github.com/perlin-network/safu
https://github.com/perlin-network/safu
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/perlin-network/safu
- Owner: perlin-network
- Created: 2019-01-19T05:08:50.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-20T03:30:22.000Z (almost 7 years ago)
- Last Synced: 2025-02-15T17:38:01.974Z (11 months ago)
- Language: Vue
- Size: 697 KB
- Stars: 1
- Watchers: 13
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# safu
## 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/).