Author: Chris Lattner
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import Vue from 'vue' | |
| import { validationMixin } from 'vuelidate' | |
| import { required, minLength } from 'vuelidate/lib/validators' | |
| export default function (store) { | |
| const validator = new Vue({ | |
| mixins: [ | |
| validationMixin | |
| ], | |
| computed: { |
If you're thinking of checking out the Pony programming language, here's a list of things that I think are important to know. This list is based on a Tweet that I wrote.
There are Pony packages for several popular editors.
OlderNewer