Bug 397267 - Add a CLI similar to what Javascript frameworks have
Summary: Add a CLI similar to what Javascript frameworks have
Status: CONFIRMED
Alias: None
Product: kapptemplate
Classification: Developer tools
Component: general (show other bugs)
Version: 0.1
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: Anne-Marie Mahfouf
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-08-08 10:35 UTC by Gregor Mi
Modified: 2021-06-29 07:13 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gregor Mi 2018-08-08 10:35:53 UTC
I wonder if it makes sense to add a CLI similar to what popular Javascript Frameworks offer:

https://quasar-framework.org/guide/quasar-cli.html
https://vuejs.org/v2/guide/installation.html#CLI, https://cli.vuejs.org/

These commands of the Quasar CLI could be interesting for KAppTemplate projects

  Commands
    init          Create a project folder
    build         Build your app for production
    clean         Clean all build artifacts
    new           Quickly scaffold page/layout/component/... vue file
    info          Display info about your machine and your App