initial: generate vue+ionic

This commit is contained in:
2026-02-23 08:56:48 +07:00
commit aa8684ccaf
96 changed files with 11795 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
describe('My First Test', () => {
it('Visits the app root url', () => {
cy.visit('/')
cy.contains('#container', 'Ready to create an app?')
})
})