No description
assets/css | ||
public | ||
src | ||
tests/unit | ||
.browserslistrc | ||
.eslintrc.js | ||
.gitignore | ||
babel.config.js | ||
jest.config.js | ||
package.json | ||
postcss.config.js | ||
README.md | ||
tsconfig.json | ||
yarn.lock |
Rebuilding Platform.sh with Vue.js, TypeScript and Tailwind CSS
Project setup
yarn install
Compiles and hot-reloads for development
yarn serve
Compiles and minifies for production
yarn build
Run your unit tests
yarn test:unit
Lints and fixes files
yarn lint