2.20.0-9.7 • Published 5 years ago
indus-trend v2.20.0-9.7
smt.web.topology
Project setup
npm i node-sass -g --sass_binary_site=https://npm.taobao.org/mirrors/node-sass/ --unsafe-permnpm i --registry https://registry.npm.taobao.org --unsafe-permCompiles and hot-reloads for development
npm run serveCompiles and minifies for production
npm run buildCustomize configuration
when using vscode, you should make a file settings.json in the .vscode folder
settings.json
{
    "html.format.wrapLineLength": 0,
    "vetur.format.defaultFormatter.ts": "vscode-typescript",
    "vetur.format.defaultFormatter.js": "vscode-typescript",
    "vetur.format.defaultFormatter.html": "js-beautify-html",
    "vetur.format.defaultFormatterOptions": {
        "js-beautify-html": {
            "wrap_attributes": "auto",
            "wrap_line_length": 12000,
        },
    },
    "html.format.indentInnerHtml": true,
    "html-css-class-completion.enableEmmetSupport": true,
    "editor.wordWrapColumn": 12000,
}