2017-12-30 46 views
-1

나는 이오니아에 처음이고 나는 영상 자습서를 따르고있다. 튜토리얼에서 그는 이것과 같은 것을 가지고있다. 여기 그는 헤더와 다른 것을 넣는다. 내 응용 프로그램에서 그렇게 뭔가를 찾을 수 없기 때문에 어디에 내 머리글과 탭을 넣을지 모르겠다.나는 머리 글자를 어디에서 만들지 이온이 새롭다

<!DOCTYPE html> 
<html lang="en" dir="ltr"> 
<head> 
    <script data-ionic="inject"> 
    (function(w){var i=w.Ionic=w.Ionic||{};i.version='3.9.2';i.angular='5.0.3';i.staticDir='build/';})(window); 
    </script> 
    <meta charset="UTF-8"> 
    <title>Ionic App</title> 
    <meta name="viewport" content="viewport-fit=cover, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"> 
    <meta name="format-detection" content="telephone=no"> 
    <meta name="msapplication-tap-highlight" content="no"> 

    <link rel="icon" type="image/x-icon" href="assets/icon/favicon.ico"> 
    <link rel="manifest" href="manifest.json"> 
    <meta name="theme-color" content="#4e8ef7"> 

    <!-- add to homescreen for ios --> 
    <meta name="apple-mobile-web-app-capable" content="yes"> 
    <meta name="apple-mobile-web-app-status-bar-style" content="black"> 

    <!-- cordova.js required for cordova apps (remove if not needed) --> 
    <script src="cordova.js"></script> 

    <!-- un-comment this code to enable service worker 
    <script> 
    if ('serviceWorker' in navigator) { 
     navigator.serviceWorker.register('service-worker.js') 
     .then(() => console.log('service worker installed')) 
     .catch(err => console.error('Error', err)); 
    } 
    </script>--> 

    <link href="build/main.css" rel="stylesheet"> 

</head> 
<body> 

    <!-- Ionic's root component and where the app will load --> 
    <ion-app></ion-app> 

    <!-- The polyfills js is generated during the build process --> 
    <script src="build/polyfills.js"></script> 

    <!-- The vendor js is generated during the build process 
     It contains all of the dependencies in node_modules --> 
    <script src="build/vendor.js"></script> 

    <!-- The main bundle js is generated during the build process --> 
    <script src="build/main.js"></script> 

</body> 
</html> 
+0

https://ionicframework.com/docs//intro/tutorial/project-structure/ docs –

답변

0

페이지 폴더. 페이지 폴더가 없다면이 코드를 터미널 ionic generate page pageName에서 실행하고 페이지 폴더로 이동하십시오. enter link description here 은 유용 할 것입니다.

+0

감사합니다. 작동합니다 – Lawrene

+0

당신은 '이 대답은 유용합니다'(위 화살표)를 클릭하십시오. 좋은 하루 되세요 :) – OmSL