Official Website of the Stellar Labs Team.
📡 : a broadband connection is needed to perform this action.
Download the project from the GitHub repository.
$ git clone https://github.com/stellar-labs/wwwFetchs the dependencies.
$ yarn installConfigure the linter for JavaScript & Vue files.
$ yarn lint:initOpen the .eslintrc.* file and update it accordingly.
'use strict'
module.exports = {
//...
"extends": [ // extends property now contains an array of strings
"eslint:recommended",
"plugin:vue/essential" // this is the added line
],
//...
};Simulates a local website.
$ yarn startFinal HTML, CSS and JavaScript files ready for deployment.
$ yarn build