• 03-10-2020, 00:32:59
    #1
    https://github.com/ilhammeidi/dandelion-starter

    Scriptini nasıl kurabilirim. Site .js'den oluşuyor ve kurulumu şu şekilde. Böyle bir scripti nasıl kurabiliriz ?

    Installation
    • Clone this project
    • Install module dependencies by run this script in terminal npm install
    • After finish downloading, then build Build Webpack DLL dependencies(If necessary). npm run build:dll
    • Finally run the app. npm start
    • Navigate to http://localhost:3001
    Deployment
    • First you need to build the production assets first npm run build
    • Then start the app npm run startrod
    • If you want run it in background you may try PM2 https://www.npmjs.com/package/pm2 Then run this command: node node_modules/.bin/cross-env NODE_ENV=production pm2 start server
    • Navigate to http://localhost:3001
    Enable Direct Code Preview

    To make documenation easy and effective to access and implement, we attached source code in every component demos. We call it Direct Code Preview. This feature can be used in purchased product only (not available in demo).
    • Open config file /app/config/codePreview.js
    • By default set by false
    • Change to enable: true, to enabled direct code preview
    • Test with any component demo, example in http://localhost:8080/app/tables/advanced-table.
    • Then at the bottom of every components you will see <> Show Code Button. Just click it.
    • The source code of that components will show as well.
    • You can see through, copy and paste directly any component in front of your eyes.
    License
  • 03-10-2020, 00:43:42
    #2
    Windows için
    1) Node.js kurulumunu yapıyorsun.(https://nodejs.org/en/)
    2) Bilgisayara rest atıyorsun ya da environment varibalea node 'u tanımlıyorsun.(rest attığında tanımlı geliyor)
    3) Dosyalara sunucdan komutla indireyim diyorsan git bash kurup (Dikkat bulunduğu klasöre dikkat et) "clone https://github.com/ilhammeidi/dandelion-starter.git" komutunu çalıştırıp kopyalıyorsun.
    4) 3-iptalse windows için indirip klasöre taşıyorsun.
    5) cmd açıyorsun dosyanın bulunduğu dizinde npm install komutunu çalıştırıyorsun bağımlılıklar yükleniyor
    6) istersen webpack dll dosylarınıda derleyebilirsin npm run build:dll
    7) npm start diyorsun ve proje ayağa kalkıyor
    8) 3001 portuna kurmuş projeyi http://localhost:3001 yazarak artık erişebilirsin.
  • 03-10-2020, 01:01:20
    #3
    darness adlı üyeden alıntı: mesajı görüntüle
    Windows için
    1) Node.js kurulumunu yapıyorsun.(https://nodejs.org/en/)
    2) Bilgisayara rest atıyorsun ya da environment varibalea node 'u tanımlıyorsun.(rest attığında tanımlı geliyor)
    3) Dosyalara sunucdan komutla indireyim diyorsan git bash kurup (Dikkat bulunduğu klasöre dikkat et) "clone https://github.com/ilhammeidi/dandelion-starter.git" komutunu çalıştırıp kopyalıyorsun.
    4) 3-iptalse windows için indirip klasöre taşıyorsun.
    5) cmd açıyorsun dosyanın bulunduğu dizinde npm install komutunu çalıştırıyorsun bağımlılıklar yükleniyor
    6) istersen webpack dll dosylarınıda derleyebilirsin npm run build:dll
    7) npm start diyorsun ve proje ayağa kalkıyor
    8) 3001 portuna kurmuş projeyi http://localhost:3001 yazarak artık erişebilirsin.
    peki çıkan dosya html 'mi oluyor ? aslında şunun html'i lazım bana http://dandelion.ux-maestro.com:3000/
  • 03-10-2020, 01:57:22
    #4
    AhmetZekiTasgar adlı üyeden alıntı: mesajı görüntüle
    peki çıkan dosya html 'mi oluyor ? aslında şunun html'i lazım bana http://dandelion.ux-maestro.com:3000/
    build alıp özelden gönderiyorum(gönderdim)