Forum Strati
Benvenuto!
Effettua l'accesso
oppure
registrati
.
1 ora
1 giorno
1 settimana
1 mese
Sempre
Inserisci il nome utente, la password e la durata della sessione.
News:
SMF - Installazione appena completata!
Indice
Aiuto
Ricerca
Accedi
Registrati
Forum Strati
»
Categoria generale
»
Discussioni generali
»
Per avviare framework7
« precedente
successivo »
Stampa
Pagine: [
1
]
Autore
Topic: Per avviare framework7 (Letto 793 volte)
admin
Amministratore
Nuovo arrivato
Post: 43
Per avviare framework7
«
il:
Novembre 01, 2021, 09:32:10 pm »
1. Download this repository
git clone
https://github.com/framework7io/framework7-template-tabs
my-app
Repository will be downloaded into my-app/ folder
2. Instal dependencies
Go to the downloaded repository folder and run:
npm install
This will download latest version of Framework7 (to /www/framework7/) and required icon fonts (to /www/fonts/)
3. Run the app
npm run serve
App will be opened in browser at
http://localhost:8080/
Use with cordova
Just put the contents of www folder in your cordova's project root www folder
One command install
git clone
https://github.com/framework7io/framework7-template-tabs
my-app &&
cd my-app &&
npm install &&
npm run serve
Registrato
Stampa
Pagine: [
1
]
« precedente
successivo »
Forum Strati
»
Categoria generale
»
Discussioni generali
»
Per avviare framework7