index.en.html 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. {{ partial "docs/html-head" . }}
  5. <link rel="stylesheet" href="{{ "intro.css" | relURL }}">
  6. </head>
  7. <body class="landing-page">
  8. {{ partial "top-bar" (dict "isLandingPage" true) }}
  9. {{ partial "intro" }}
  10. <div class="section-1">
  11. <div class="content">
  12. <h2>E-commerce for the Modern Web</h2>
  13. <p class="lead">Vendure is a new e-commerce framework built for the developers who are building the modern web.<br>
  14. <img src="{{ "svg/clr-icon-book-light.svg" | relURL }}" alt="check icon"> Read: <a href="{{ "blog/introducing-vendure" | relURL }}">Introducing Vendure</a></p>
  15. <iframe src="https://player.vimeo.com/video/315862294"
  16. title="intro video"
  17. class="vimeo-player" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
  18. <div class="stack-logos">
  19. <div class="stack-logo ts-logo">
  20. <img src="{{ "logo/ts-logo.svg" | relURL }}">
  21. </div>
  22. <div class="stack-logo graphql-logo">
  23. <img src="{{ "logo/graphql-logo.png" | relURL }}">
  24. </div>
  25. <div class="stack-logo node-logo">
  26. <img src="{{ "logo/nodejs-logo.png" | relURL }}">
  27. </div>
  28. <div class="stack-logo nest-logo">
  29. <img src="{{ "logo/nest-logo.svg" | relURL }}">
  30. </div>
  31. </div>
  32. </div>
  33. </div>
  34. <div class="section-2">
  35. <div class="content">
  36. <div class="features">
  37. <div class="feature">
  38. <div class="feature-copy">
  39. <h3>De-coupled & Flexible</h3>
  40. <p class="lead">
  41. Vendure is a headless framework, meaning that it delivers content through its <a href="https://graphql.org/">GraphQL API</a>, leaving you free to
  42. implement your store-front applications in the technologies of your choice.
  43. </p>
  44. </div>
  45. <div class="feature-image">
  46. <img src="{{ "features-code.png" | relURL }}">
  47. </div>
  48. </div>
  49. <div class="feature">
  50. <div class="feature-copy">
  51. <h3>Made for Developers</h3>
  52. <p class="lead">
  53. Vendure makes developer productivity a top priority. The framework is written in TypeScript and is
  54. built on the npm ecosystem.
  55. </p>
  56. <p class="lead">
  57. The combination of TypeScript and GraphQL provides end-to-end type safety.
  58. </p>
  59. </div>
  60. <div class="feature-image">
  61. <img src="{{ "features-dev.png" | relURL }}">
  62. </div>
  63. </div>
  64. <div class="feature">
  65. <div class="feature-copy">
  66. <h3>Open Source</h3>
  67. <p class="lead">
  68. Vendure is available under the <a href="https://tldrlegal.com/license/mit-license">MIT license</a>.
  69. </p>
  70. <p class="lead">
  71. All development of the core framework is being done in the open on <a href="https://github.com/vendure-ecommerce/vendure">GitHub</a>.
  72. </p>
  73. </div>
  74. <div class="feature-image">
  75. <img src="{{ "features-oss.png" | relURL }}">
  76. </div>
  77. </div>
  78. </div>
  79. </div>
  80. </div>
  81. <div class="section-3">
  82. <div class="content">
  83. <h2>Features</h2>
  84. <div class="features">
  85. <ul class="feature-list">
  86. <li><img src="{{ "svg/clr-icon-check-brand.svg" | relURL }}" alt="check icon">Products & variants</li>
  87. <li><img src="{{ "svg/clr-icon-check-brand.svg" | relURL }}" alt="check icon">Stock management</li>
  88. <li><img src="{{ "svg/clr-icon-check-brand.svg" | relURL }}" alt="check icon">On-the-fly image resize & crop</li>
  89. <li><img src="{{ "svg/clr-icon-check-brand.svg" | relURL }}" alt="check icon">Product facets & faceted search</li>
  90. <li><img src="{{ "svg/clr-icon-check-brand.svg" | relURL }}" alt="check icon">Product categories / collections</li>
  91. <li><img src="{{ "svg/clr-icon-check-brand.svg" | relURL }}" alt="check icon">Extensible product search via Elastic, Algolia etc.</li>
  92. <li><img src="{{ "svg/clr-icon-check-brand.svg" | relURL }}" alt="check icon">Payment provider integrations</li>
  93. <li><img src="{{ "svg/clr-icon-check-brand.svg" | relURL }}" alt="check icon">Shipping provider integrations</li>
  94. <li><img src="{{ "svg/clr-icon-check-brand.svg" | relURL }}" alt="check icon">Tax calculations based on category and zone</li>
  95. <li><img src="{{ "svg/clr-icon-check-brand.svg" | relURL }}" alt="check icon">Discounts and promotions</li>
  96. <li><img src="{{ "svg/clr-icon-check-brand.svg" | relURL }}" alt="check icon">Multiple administrators with fine-grained permissions</li>
  97. <li><img src="{{ "svg/clr-icon-check-brand.svg" | relURL }}" alt="check icon">Built-in admin interface</li>
  98. <li><img src="{{ "svg/clr-icon-check-brand.svg" | relURL }}" alt="check icon">Multi-language support</li>
  99. <li><img src="{{ "svg/clr-icon-check-brand.svg" | relURL }}" alt="check icon">Guest checkouts</li>
  100. </ul>
  101. </div>
  102. <p><small>The above features are either already implemented or planned for the beta release</small></p>
  103. </div>
  104. </div>
  105. <div class="section-4">
  106. <div class="content">
  107. <h2>Get Started</h2>
  108. <div class="getting-started">
  109. <div class="install-code">
  110. <div class="highlight">
  111. <pre class="chroma"><code class="language-bash" data-lang="bash">$ npm install @vendure/core@alpha
  112. <span class="c1"># or</span>
  113. $ yarn add @vendure/core@alpha</code>
  114. </pre>
  115. </div>
  116. </div>
  117. <div class="getting-started-link">
  118. <div class='alert warning'>
  119. <p>
  120. <strong>Note</strong> Vendure is currently in <strong>alpha</strong>, which means it is not yet production-ready.
  121. </p>
  122. </div>
  123. <a href="{{ "docs/getting-started" | relURL }}" class="getting-started-button">
  124. <img src="{{ "svg/clr-icon-bolt-light.svg" | relURL }}"> Getting Started Guide
  125. </a>
  126. </div>
  127. </div>
  128. </div>
  129. </div>
  130. {{ partial "footer" }}
  131. <script src="{{ "intro.js" | relURL }}"></script>
  132. </body>
  133. </html>