https://github.com/xgfe/xg
Front-end Integrated Solution for xgfe based on Fis3
https://github.com/xgfe/xg
Last synced: 19 days ago
JSON representation
Front-end Integrated Solution for xgfe based on Fis3
- Host: GitHub
- URL: https://github.com/xgfe/xg
- Owner: xgfe
- License: mit
- Created: 2015-09-08T03:10:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-12-21T16:08:08.000Z (over 4 years ago)
- Last Synced: 2025-03-27T16:53:02.655Z (about 2 months ago)
- Language: JavaScript
- Size: 244 KB
- Stars: 7
- Watchers: 28
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# xg
Front-end Integrated Solution for xgfe based on [Fis3](https://github.com/fex-team/fis3)## install
````
$ [sudo] npm install -g xg
````## use
```
xg server start // start inner node server
xg release -wL // release code to local server space for test
xg release pre -wL // release code to local server space with compression and combination for preview brefore submit
xg release pub // release code to `../dist` file with compression and combination for publish
```## xg config
xg need a `.xgconfig` file in the development root file, eg `/src`.
Now, we just declare the type of project.```
// .xgconfig
{
"type": "angular"
}
```## transpond config
xg use [xg-server-node](https://github.com/xgfe/xg-server-node) as the default node server, which provide auto transpond ability with sample configuration. see more: [https://github.com/xgfe/xg-server-node](https://github.com/xgfe/xg-server-node)**It's compatible with [fis3](https://github.com/fex-team/fis3)**