Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cmartinezone/generateionicvuejs
Script for Parsing default ionic typescript templates to VueJs Boilerplate.
https://github.com/cmartinezone/generateionicvuejs
ionic ionicframework powershell powershell-script vuejs
Last synced: 25 days ago
JSON representation
Script for Parsing default ionic typescript templates to VueJs Boilerplate.
- Host: GitHub
- URL: https://github.com/cmartinezone/generateionicvuejs
- Owner: cmartinezone
- Created: 2021-01-22T06:43:58.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-22T15:18:43.000Z (almost 4 years ago)
- Last Synced: 2024-10-13T23:03:01.991Z (25 days ago)
- Topics: ionic, ionicframework, powershell, powershell-script, vuejs
- Language: PowerShell
- Homepage:
- Size: 1.43 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GenerateIonicVueJs
> Script for Parsing default ionic-vue typescript templates to VueJs Boilerplate.
![""](https://github.com/cmartinezone/GenerateIonicVueJs/blob/main/screenshots/terminal.gif)
## Support
Mac OS: !!! Requires
[Powershell Installation](https://docs.microsoft.com/en-us/powershell/scripting/install/installing-powershell-core-on-macos?view=powershell-7.1#installation-of-latest-stable-release-via-homebrew-on-macos-1013-or-higher)
```sh
brew install --cask powershell
```
Windows
```sh
by default supported
```## Usage example
Mac OS: Open the Terminal, call the script and follow the prompt:
```sh
pwsh ./GenerateIonicVueJs.ps1
```Windows: Open the Windows command line (CMD), call the script and follow the prompt:
```sh
powershell .\GenerateIonicVueJs.ps1
```[https://github.com/cmartinezone](https://github.com/cmartinezone)