Find a file
2021-01-16 20:08:45 +00:00
assets/css Add Tailwind CSS 2021-01-16 20:03:01 +00:00
public Customise Tailwind, and interaction variants 2021-01-16 20:03:01 +00:00
src Add alert message 2021-01-16 20:08:45 +00:00
tests/unit init 2021-01-16 14:56:42 +00:00
.browserslistrc init 2021-01-16 14:56:42 +00:00
.eslintrc.js init 2021-01-16 14:56:42 +00:00
.gitignore init 2021-01-16 14:56:42 +00:00
babel.config.js init 2021-01-16 14:56:42 +00:00
jest.config.js init 2021-01-16 14:56:42 +00:00
package.json Customise Tailwind, and interaction variants 2021-01-16 20:03:01 +00:00
postcss.config.js Add Tailwind CSS 2021-01-16 20:03:01 +00:00
README.md Update title in README 2021-01-16 20:03:01 +00:00
tailwind.config.js Customise Tailwind, and interaction variants 2021-01-16 20:03:01 +00:00
tsconfig.json init 2021-01-16 14:56:42 +00:00
yarn.lock Customise Tailwind, and interaction variants 2021-01-16 20:03:01 +00:00

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

Customize configuration

See Configuration Reference.