You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,8 @@ Para todos los que no tengan tiempo de leer esto hoy, aquí hay un pequeño vide
79
79
- [Usando la última versión no-minificada desde CDN jsDelivr](#usando-la-ltima-versin-no-minificada-desde-cdn-jsdelivr)
80
80
- [Usando CDN UNPKG](#usando-cdn-unpkg)
81
81
- [Usando CDNJS](#usando-cdnjs)
82
-
-[Referencia](#referencia)
82
+
-[Essentials](#essentials)
83
+
- [Referencia](#referencia)
83
84
- [QC_Object](#qcobject)
84
85
- [ComplexStorageCache](#complexstoragecache)
85
86
- [asyncLoad](#asyncload)
@@ -145,8 +146,8 @@ Para todos los que no tengan tiempo de leer esto hoy, aquí hay un pequeño vide
145
146
- [Generating a Self-Signed Certificate with QCObjects](#generating-a-self-signed-certificate-with-qcobjects)
146
147
- [Working with a Letsencrypt HTTPS certificate, Certbot and QCObjects](#working-with-a-letsencrypt-https-certificate-certbot-and-qcobjects)
147
148
-[Quick Start Guide](#quick-start-guide)
148
-
- [Quick Start your PWA (Progressive Web App)](#quick-start-your-pwa-progressive-web-app)
149
-
- [Quick Start your AMP (Accelerated Mobile Page)](#quick-start-your-amp-accelerated-mobile-page)
149
+
- [Quick Start your PWA (Progressive Web App)](#quick-start-your-pwa-progressive-web-app)
150
+
- [Quick Start your AMP (Accelerated Mobile Page)](#quick-start-your-amp-accelerated-mobile-page)
150
151
-[Start Coding](#start-coding)
151
152
- [Step 1: Start creating a main import file and name it like: cl.quickcorp.js. Put it into packages/js/ file directory](#step-1-start-creating-a-main-import-file-and-name-it-like-clquickcorpjs-put-it-into-packagesjs-file-directory)
152
153
- [Step 2: Then create some services inhereting classes into the file js/packages/cl.quickcorp.services.js :](#step-2-then-create-some-services-inhereting-classes-into-the-file-jspackagesclquickcorpservicesjs-)
@@ -543,7 +544,9 @@ No necesitas minificar QCObjects, pero si aún quieres usar el codigo minificado
543
544
544
545
Otra vez cambia 2.1.420 al numero de la versión que quieras usar.
545
546
546
-
# Referencia
547
+
# Essentials
548
+
549
+
## Referencia
547
550
548
551
Aquí están los símbolos y conceptos esenciales de referencia [QCObjects](https://qcobjects.dev)
549
552
@@ -2946,13 +2949,13 @@ Para permitir que QCObjects entienda y ejecute sus microservicios de la manera c
0 commit comments