https://github.com/dashingsoft/pyarmor-vue
A single web page app for pyarmor, powered by vue and element-ui
https://github.com/dashingsoft/pyarmor-vue
Last synced: about 1 year ago
JSON representation
A single web page app for pyarmor, powered by vue and element-ui
- Host: GitHub
- URL: https://github.com/dashingsoft/pyarmor-vue
- Owner: dashingsoft
- Created: 2020-01-09T13:00:12.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-19T10:48:05.000Z (almost 2 years ago)
- Last Synced: 2025-01-03T22:17:34.176Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.23 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- Changelog: change-version.sh
Awesome Lists containing this project
README
# pyarmor-vue
## Project setup
```
vue create .
vue add element
npm install
npm install -S gettext.js
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).
## Change logs
### v0.3.1
* Add language JA
* Add new platforms for Pyarmor 8
### v0.3.0
* Support Pyarmor 8
### v0.2.4
* Add new option `mix-str`
### v0.2.3
* Add new obfCode mode 2
### v0.2.2
* Add super mode
### v0.2.1
* Add hints for some fields
### v0.2.0
* Add new platform: `uclibc.armv7.0`
* In my projects page add a project action `Diagnose` to print debug information
in case something is wrong with building the project
* In project edit page add 2 buttons:
- Build
- Diagnose
* In project edit page, the field of `Pack options` now is textarea.
* Change default restrict mode to `1`