Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dizmo/yeoman-generator-dizmo-vue
dizmoGen: a dizmo generator for Vue
https://github.com/dizmo/yeoman-generator-dizmo-vue
dizmo generator javascript project vue
Last synced: about 2 months ago
JSON representation
dizmoGen: a dizmo generator for Vue
- Host: GitHub
- URL: https://github.com/dizmo/yeoman-generator-dizmo-vue
- Owner: dizmo
- License: isc
- Created: 2019-08-21T16:12:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-06T16:53:25.000Z (about 1 year ago)
- Last Synced: 2024-09-17T08:26:01.896Z (4 months ago)
- Topics: dizmo, generator, javascript, project, vue
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@dizmo/generator-dizmo-vue
- Size: 1.32 MB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGE_LOG.md
- License: LICENSE
Awesome Lists containing this project
README
[![NPM version](https://badge.fury.io/js/%40dizmo%2Fgenerator-dizmo-vue.svg)](https://npmjs.org/package/@dizmo/generator-dizmo-vue)
[![Build Status](https://travis-ci.com/dizmo/yeoman-generator-dizmo-vue.svg?branch=master)](https://travis-ci.com/dizmo/yeoman-generator-dizmo-vue)# @dizmo/generator-dizmo-vue
Sub-generator to create dizmo projects with support for [vue]: This package is meant to be used in composition with the main [@dizmo/generator-dizmo] package.
[vue]: https://vuejs.org/
## Package Installation
```sh
npm install -g yo
``````sh
npm install -g @dizmo/generator-dizmo-vue
```**Note:** On most operating systems the `-g` option (shortcut for `--global`) requires super user (administrator) rights. Due to security considerations however, avoid using such a privileged account and see the (external) [FAQ] to be able to install global packages as a *regular* user.
[FAQ]: https://github.com/dizmo/yeoman-generator-dizmo#i-cannot-install-yo-globally-with-npm-install--g
## Project Generation
```sh
yo @dizmo/dizmo-vue [--git]
```## CLI Help
```sh
yo @dizmo/dizmo-vue --help
```## Project Upgrade
```sh
npm upgrade -g @dizmo/generator-dizmo-vue
```Then, within an existing project:
```sh
yo @dizmo/dizmo-vue --upgrade
```## FAQ
### Is ES6 supported?
While ES6 is fully supported in regular `src/**/*.js` scripts, in Vue components (`src/**/*.vue`) only ES5 can be used. This limitation is due to the [`vueify`](https://github.com/vuejs/vueify) plugin of the `browserify` bundler. However, in the Vue components it is possible to *import* ES6 scripts.
## Further Information
See the description of the main [@dizmo/generator-dizmo] package for a more exhaustive documentation.
## Copyright
© [dizmo AG](http://dizmo.com/), Switzerland
[@dizmo/generator-dizmo]: https://www.npmjs.com/package/@dizmo/generator-dizmo