This is a Vue.js boilerplate for the template Boxer - Software Landing Page created by ThemeWagon.
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
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.
yarn start
will run a locally served appyarn build
will build the app locallyyarn deploy
will build the app and deploy to github pages
A bare-bones starter-template to get your hands dirty with awesome Vue.js library.
Built with:
yarn
from the project rootSee instructions for example usage of single file components.
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:
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.
Navigate to https://codesandcoffees.github.io/vuejs-landing-page/ and see the awesomeness IRL
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。