mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
README: package upgrades and doc fix
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
9fd8e6aa64
commit
3668f77ec6
@ -25,10 +25,10 @@ Install tools and dependencies:
|
||||
|
||||
## Development
|
||||
|
||||
Override the default `API_URL` to a running CloudStack management server:
|
||||
Override the default `CS_URL` to a running CloudStack management server:
|
||||
|
||||
cp .env.local.example .env.local
|
||||
Change the `API_URL` in the `.env.local` file
|
||||
Change the `CS_URL` in the `.env.local` file
|
||||
|
||||
Build and run:
|
||||
|
||||
@ -82,7 +82,7 @@ Primate uses the following:
|
||||
- [VueJS](https://vuejs.org/)
|
||||
- [Ant Design Spec](https://ant.design/docs/spec/introduce)
|
||||
- [Ant Design Vue](https://vue.ant.design/)
|
||||
- [Ant Design Pro Vue](https://github.com/sendya/ant-design-pro-vue) template
|
||||
- [Ant Design Pro Vue](https://github.com/sendya/ant-design-pro-vue)
|
||||
- [Fontawesome](https://github.com/FortAwesome/vue-fontawesome)
|
||||
- [ViserJS](https://viserjs.github.io/docs.html#/viser/guide/installation)
|
||||
- [Icons](https://www.iconfinder.com/iconsets/cat-force) by [Iconka](https://iconka.com/en/downloads/cat-power/)
|
||||
|
||||
742
ui/package-lock.json
generated
742
ui/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -60,10 +60,10 @@
|
||||
"vuex": "^3.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vue/cli-plugin-babel": "^3.11.0",
|
||||
"@vue/cli-plugin-eslint": "^3.11.0",
|
||||
"@vue/cli-plugin-unit-jest": "^3.11.0",
|
||||
"@vue/cli-service": "^3.11.0",
|
||||
"@vue/cli-plugin-babel": "^3.12.0",
|
||||
"@vue/cli-plugin-eslint": "^3.12.0",
|
||||
"@vue/cli-plugin-unit-jest": "^3.12.0",
|
||||
"@vue/cli-service": "^3.12.0",
|
||||
"@vue/eslint-config-standard": "^4.0.0",
|
||||
"@vue/test-utils": "^1.0.0-beta.20",
|
||||
"babel-core": "7.0.0-bridge.0",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user