fcad-template
v1.1.2
Published
``` ______ ______ ______ _____ /\ ___\/\ ___\ /\ __ \ /\ __-. \ \ __\\ \ \____\ \ __ \\ \ \/\ \ \ \_\ \ \_____\\ \_\ \_\\ \____- \/_/ \/_____/ \/_/\/_/ \/____/
Readme
______ ______ ______ _____
/\ ___\/\ ___\ /\ __ \ /\ __-.
\ \ __\\ \ \____\ \ __ \\ \ \/\ \
\ \_\ \ \_____\\ \_\ \_\\ \____-
\/_/ \/_____/ \/_/\/_/ \/____/
______ ______ __ __ ______ __ ______ ______ ______
/\__ _\/\ ___\ /\ "-./ \ /\ == \/\ \ /\ __ \ /\__ _\/\ ___\
\/_/\ \/\ \ __\ \ \ \-./\ \\ \ _-/\ \ \____\ \ __ \\/_/\ \/\ \ __\
\ \_\ \ \_____\\ \_\ \ \_\\ \_\ \ \_____\\ \_\ \_\ \ \_\ \ \_____\
\/_/ \/_____/ \/_/ \/_/ \/_/ \/_____/ \/_/\/_/ \/_/ \/_____/Developmnent
Visual Studio Code extensions required
Vue (Official) https://marketplace.visualstudio.com/items?itemName=Vue.volar
ESLint https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint
Prettier - Code formatter https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode
EditorConfig for VS Code https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig
Install dependencies
npm installStart the local dev server
npm run devLocal dev server terminal keyboard shortcuts
press r + enter to restart the server
press u + enter to show server url
press o + enter to open in browser
press c + enter to clear console
press q + enter to quitRun Prettier to fix formatting issues in all files (end of lines, indentation, etc)
npm run formatBuild for production (output files in dist directory)
npm run buildSee package.json for the complete list of commands.
