1 Star 0 Fork 0

vue-then/vuejs-landing-page

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

Boxer - Software Landing Page (Vue.js)

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

open issues open prs code size contributors

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://codesandcoffees.github.io/vuejs-landing-page/ and see the awesomeness IRL

MIT License Copyright (c) 2017 Ville Ristimäki Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

暂无描述 展开 收起
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mini-docker/vuejs-landing-page.git
git@gitee.com:mini-docker/vuejs-landing-page.git
mini-docker
vuejs-landing-page
vuejs-landing-page
master

搜索帮助