https://github.com/libotony/connex-intro
Slides for connex introduction
https://github.com/libotony/connex-intro
Last synced: 4 months 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-29T06:28:11.000Z (about 7 years ago)
- Last Synced: 2025-07-23T23:36:29.838Z (11 months ago)
- Language: HTML
- Homepage: https://libotony.github.io/connex-intro
- Size: 2.51 MB
- Stars: 0
- Watchers: 1
- 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/).