GithubHelp home page GithubHelp logo

lgs / vuejs-landing-page Goto Github PK

View Code? Open in Web Editor NEW

This project forked from codesandcoffees/vuejs-landing-page

0.0 2.0 0.0 1.95 MB

This is a Vue.js version of the template Boxer - Software Landing Page

Home Page: https://codesandcoffee.github.io/vuejs-landing-page/

License: MIT License

JavaScript 8.95% HTML 8.97% CSS 82.09%

vuejs-landing-page's Introduction

Boxer - Software Landing Page (Vue.js)

This is a Vue.js boilerplate for the template Boxer - Software Landing Page created by ThemeWagon.

Assets

The assets used are directly from the template itself and is not local. PRs for this are highly welcome. When hosting this from gh-pages make sure to click the unblock pop-up to allow external assets to be loaded.

Temporary fix for the external js files being blocked is to use github to host the js files. Replace the codes in the index.html. The url goes like

https://rawgit.com/<username>/<repository>/<file_path>.js

Deploying (26-February-2017)

Add a homepage field in the package.json to where to serve the app from. This will be added to the index.html

Example "homepage": "https://username.github.io/repo/" will become https://username.github.io/repo/style.css in the index.html.

Commands (26-February-2017)

  • yarn start will run a locally served app
  • yarn build will build the app locally
  • yarn deploy will build the app and deploy to github pages

Vue.js starter template

A bare-bones starter-template to get your hands dirty with awesome Vue.js library.

Built with:

Getting started

  1. Be sure you have Yarn installed globally.
  2. Clone the repo & run yarn from the project root

Single File Components

See instructions for example usage of single file components.

Available commands

yarn start

Runs the Webpack module-bundler, starts watching for changes & launches the BrowserSync server to http://localhost:3000 (it's possible to change the port from package.json config-section). Uses Webpack Dashboard

Note! Webpack handles all the reloading stuff while BrowserSync just proxies the default webpack-port (8080) giving the possibility to connect to dev-server from multiple devices: BrowserSync

yarn lint:js

Lints javascript-files inside /src directory

yarn validate:dev

Validates Webpack development configuration (useful if you add plugins / loaders)

yarn validate:prod

Validates Webpack production configuration (useful if you add plugins / loaders)

yarn build

Runs the webpack module-bundler with production-settings (compress etc.) and builds the project to /build directory.

Demo

Navigate to https://vue-starter.ville.io/ and see the awesomeness IRL :bowtie:

vuejs-landing-page's People

Contributors

iamdevlinph avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.