File tree Expand file tree Collapse file tree 1 file changed +2
-30
lines changed
Expand file tree Collapse file tree 1 file changed +2
-30
lines changed Original file line number Diff line number Diff line change @@ -119,40 +119,12 @@ Run Primate:
119119
120120## Documentation
121121
122- ### Learning Resources
123-
124122- VueJS Guide: https://vuejs.org/v2/guide/
125- - Ant Design Spec : https://ant.design /docs/spec /introduce
126- - Vue Ant Design: https://vue.ant.design/ docs/vue/introduce/
123+ - Vue Ant Design: https://www.antdv.com /docs/vue /introduce/
124+ - Primate Developer [ Docs ] ( docs )
127125- JavaScript ES6 Reference: https://www.tutorialspoint.com/es6/
128126- Introduction to ES6: https://scrimba.com/g/gintrotoes6
129127
130- ### Primate Development
131-
132- - Router [ Configuration] ( config.md )
133- - [ Resource List View] ( listview.md ) customisation
134- - [ Resource Detail View] ( detailview.md ) customisation
135- - [ Action] ( action.md ) customisation
136- - Styling
137- - Testing
138- - [ Theme] ( https://vue.ant.design/docs/vue/customize-theme/ ) : Customise via ` vue.config.js `
139- ``` ecmascript 6
140- css: {
141- loaderOptions: {
142- less: {
143- modifyVars: {
144- /* Less variables, required modifyVars*/
145- /* Refer to variables at https://vue.ant.design/docs/vue/customize-theme/ */
146- 'primary-color': '#F5222D',
147- 'link-color': '#F5222D',
148- 'border-radius-base': '4px',
149- },
150- javascriptEnabled: true,
151- }
152- }
153- }
154- ```
155-
156128## Attributions
157129
158130Primate uses the following:
You can’t perform that action at this time.
0 commit comments