Logo
Explore Help
Sign In
PGL/Clyde
3
2
Fork 3
You've already forked Clyde
Code Issues 13 Pull Requests Actions Projects 3 Releases 2 Wiki Activity
Files
3b31fa794fc0f87329e2eaed36dc0dcb0a806003
Clyde/frontend/src/login.js

8 lines
159 B
JavaScript
Raw Normal View History

Convert login.html to Login.vue
2024-03-03 18:37:55 +01:00
import './assets/main.css'
Base for rest api utilisation (#53) The restConsumer will be the base, then I will create a js file per "object" (for instance there will be users.js with all endpoints for users using the restConsumer.js) Reviewed-on: https://git.herisson.ovh/PGL/Clyde/pulls/53 Reviewed-by: Wal <karpinskiwal@gmail.com> Reviewed-by: Maxime <231026@umons.ac.be> Co-authored-by: Anthony Debucquoy <debucquoy.anthony@gmail.com> Co-committed-by: Anthony Debucquoy <debucquoy.anthony@gmail.com>
2024-03-06 21:38:09 +01:00
import 'vue3-toastify/dist/index.css';
Convert login.html to Login.vue
2024-03-03 18:37:55 +01:00
import { createApp } from 'vue'
import App from './Login.vue'
Fixing the login page availability To access the login page you need login.html. Then this page loads the login.js that generate the login.vue in the div#app (with the '#app')
2024-03-04 13:16:42 +01:00
createApp(App).mount('#app')
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.2 Page: 183ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API