https://github.com/onyxframework/web
The Onyx Framework website 🔗
https://github.com/onyxframework/web
Last synced: 4 months ago
JSON representation
The Onyx Framework website 🔗
- Host: GitHub
- URL: https://github.com/onyxframework/web
- Owner: onyxframework
- Created: 2019-02-16T16:49:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-08-10T22:03:47.000Z (almost 5 years ago)
- Last Synced: 2025-03-03T14:27:19.370Z (over 1 year ago)
- Language: SCSS
- Homepage: https://onyxframework.com
- Size: 1.49 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# org-web
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn run serve
```
### Compiles and minifies for production
```
yarn run build
```
### Run your tests
```
yarn run test
```
### Lints and fixes files
```
yarn run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).