Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/libotony/connex-intro
Slides for connex introduction
https://github.com/libotony/connex-intro
Last synced: 13 days ago
JSON representation
Slides for connex introduction
- Host: GitHub
- URL: https://github.com/libotony/connex-intro
- Owner: libotony
- Created: 2019-02-20T05:47:47.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-29T06:28:11.000Z (almost 6 years ago)
- Last Synced: 2024-11-07T18:00:34.528Z (2 months ago)
- Language: HTML
- Homepage: https://libotony.github.io/connex-intro
- Size: 2.51 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# connex-intro
## 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/).