Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Blaconix/vugify
Convert Vue HTML syntax to Pug.
https://github.com/Blaconix/vugify
Last synced: 8 days ago
JSON representation
Convert Vue HTML syntax to Pug.
- Host: GitHub
- URL: https://github.com/Blaconix/vugify
- Owner: blaconix
- Archived: true
- Created: 2019-07-17T17:23:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T18:43:14.000Z (almost 2 years ago)
- Last Synced: 2024-08-02T00:25:43.413Z (3 months ago)
- Language: JavaScript
- Homepage: https://vugify.netlify.com
- Size: 4.32 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- quasar-awesome - github
README
# Vugify (vugify)
Convert Vue HTML syntax to Pug.
## Install the dependencies
```bash
yarn
```### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
quasar dev
```### Lint the files
```bash
yarn run lint
```### Build the app for production
```bash
quasar build
```### Customize the configuration
See [Configuring quasar.conf.js](https://quasar.dev/quasar-cli/quasar-conf-js).