From bb1e135b5292c3e5378a1b506bb50b9f42ac5294 Mon Sep 17 00:00:00 2001 From: Rohit Yadav Date: Mon, 15 Jun 2020 14:02:11 +0530 Subject: [PATCH] README: update links Fixes #420 Signed-off-by: Rohit Yadav --- ui/README.md | 32 ++------------------------------ 1 file changed, 2 insertions(+), 30 deletions(-) diff --git a/ui/README.md b/ui/README.md index 151e3de7732..ef919a4c0ae 100644 --- a/ui/README.md +++ b/ui/README.md @@ -119,40 +119,12 @@ Run Primate: ## Documentation -### Learning Resources - - VueJS Guide: https://vuejs.org/v2/guide/ -- Ant Design Spec: https://ant.design/docs/spec/introduce -- Vue Ant Design: https://vue.ant.design/docs/vue/introduce/ +- Vue Ant Design: https://www.antdv.com/docs/vue/introduce/ +- Primate Developer [Docs](docs) - JavaScript ES6 Reference: https://www.tutorialspoint.com/es6/ - Introduction to ES6: https://scrimba.com/g/gintrotoes6 -### Primate Development - -- Router [Configuration](config.md) -- [Resource List View](listview.md) customisation -- [Resource Detail View](detailview.md) customisation -- [Action](action.md) customisation -- Styling -- Testing -- [Theme](https://vue.ant.design/docs/vue/customize-theme/): Customise via `vue.config.js` -```ecmascript 6 - css: { - loaderOptions: { - less: { - modifyVars: { - /* Less variables, required modifyVars*/ - /* Refer to variables at https://vue.ant.design/docs/vue/customize-theme/ */ - 'primary-color': '#F5222D', - 'link-color': '#F5222D', - 'border-radius-base': '4px', - }, - javascriptEnabled: true, - } - } - } -``` - ## Attributions Primate uses the following: