Skip to content

Commit

Permalink
feat: Add info on completion
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoenescu committed May 9, 2018
1 parent 6c567de commit f8ad82a
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

# Quasar Framework: vue-cli-plugin-quasar

> :rocket: Start building a Vue app with Quasar Framework in 2 minutes! If you wish to also build Mobile & Electron apps, you should instead try using Quasar CLI.
> :rocket: Start building a Vue app with Quasar Framework in 2 minutes!
> :warning: **For the premium experience with Quasar, including the ability to build Mobile & Electron apps, you should instead try using Quasar CLI.**
<a href="https://badge.fury.io/js/vue-cli-plugin-quasar" target="_blank"><img src="https://badge.fury.io/js/vue-cli-plugin-quasar.svg"></a>
[![Join the chat at https://discord.gg/5TDhbDg](https://img.shields.io/badge/chat-on%20discord-7289da.svg)](https://discord.gg/5TDhbDg)
Expand Down
16 changes: 16 additions & 0 deletions generator/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
const fs = require('fs')
const extendPluginOptions = require('../lib/extendPluginOptions')

const message = `
Documentation can be found at: http://quasar-framework.org
Quasar is relying on donations to evolve. We'd be very grateful if you can
take a look at: https://www.patreon.com/quasarframework
Any amount is very welcomed.
If invoices are required, please first contact razvan.stoenescu@gmail.com
Please give us a star on Github if you appreciate our work:
https://github.com/quasarframework/quasar
Enjoy! - Quasar Team
`

module.exports = (api, opts, rootOpts) => {
const
tsPath = api.resolve('./src/main.ts'),
Expand Down Expand Up @@ -170,5 +184,7 @@ module.exports = (api, opts, rootOpts) => {
'lint'
])
}

api.exitLog(message, 'info')
})
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-cli-plugin-quasar",
"version": "0.1.4",
"version": "0.1.5",
"description": "Quasar plugin for vue cli 3",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit f8ad82a

Please sign in to comment.