Skip to content

siokas/dasos

Repository files navigation

in development

dasos - App Landing Page Template

App Landing Page Template built with vue-cli and tailwindcss.

Sections

  • Features
  • Testimonials
  • Download App
  • Contact

Used to build

  • tailwindcss - A utility-first CSS framework for rapid UI development
  • vuejs
    • vue - Javascript Framework
    • vue-cli - Standard Tooling for Vue.js Development
    • vue-router - The official router for Vue.js
    • vuefire - Firebase bindings for Vue.js
  • firebase - Used for database
  • axios - Promise based HTTP client for the browser and node.js
  • vue-carousel - Carousel for Vue.js
  • vue-scrollto - Listens for click events and scrolls to elements
  • flaticon - All icons (svg and png)

Install and run

To edit the template you need to configure some prerequisites. If you have installed or configured any of the steps, feel free to proceed to the next one.

Prerequisites

  1. You need to have npm or yarn installed in your system.
  2. You need to have installed vue-cli in your system. Navigate to the installation guide of the official vue-cli page (https://cli.vuejs.org/guide/installation.html) and follow the instractions.
  3. You need a firebase account (for the database). Navigate to the google-firbase web page (https://firebase.google.com) and create a firebase account (its just a click if you have a google account). Then create a web project and keep your api_key, auth_domain, database_url, project_id for the next steps.

Template Installation

  1. Clone or download the project
  2. Go to the project and if you do not have a .env file, rename the .env.example file to .env
  3. Paste your firebase authenitcation keys (from the previous steps) into the .env file
  4. Install all the dependencies by entering the following command in your terminal:
npm install
  1. To run the app enter
npm run serve