Creating GitHub project FreePlanet
This commit is contained in:
@@ -24,9 +24,6 @@ This app was made by Vue.js, Quasar Framework, Typescript, and Progressive Web A
|
|||||||
|
|
||||||
[](https://github.com/standard/standard)
|
[](https://github.com/standard/standard)
|
||||||
|
|
||||||
[](https://circleci.com/gh/paoloar77/freeplanet/tree/master)
|
|
||||||
[](https://codecov.io/gh/paoloar77/freeplanet/branch/master)
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
## Features ⚡️(WIP)
|
## Features ⚡️(WIP)
|
||||||
@@ -38,16 +35,14 @@ This app was made by Vue.js, Quasar Framework, Typescript, and Progressive Web A
|
|||||||
## Built-in Tools 🔨
|
## Built-in Tools 🔨
|
||||||
|
|
||||||
- [TSlint](https://github.com/palantir/tslint) TypeScript Linter configured with the [Standard](https://github.com/standard/standard) JavaScript Code Style
|
- [TSlint](https://github.com/palantir/tslint) TypeScript Linter configured with the [Standard](https://github.com/standard/standard) JavaScript Code Style
|
||||||
- Testing Suite using [Jest](https://github.com/facebook/jest) (See `Testing` section)
|
|
||||||
- Configurable CI Pipeline using [CircleCI](https://circleci.com/) & [Codecov](https://codecov.io) (See `CI Pipeline` section)
|
|
||||||
|
|
||||||
## Installation 🔧
|
## Installation 🔧
|
||||||
|
|
||||||
**System prerequisites :**
|
**System prerequisites :**
|
||||||
- Pretested on Windows, Mac & Linux
|
|
||||||
- Node.js 8 LTS or 10 latest
|
- Node.js 8 LTS or 10 latest
|
||||||
- yarn > 1.9 (no guarantees if you prefer to use npm)
|
- yarn > 1.9 (no guarantees if you prefer to use npm)
|
||||||
|
|
||||||
|
|
||||||
Clone this repository :
|
Clone this repository :
|
||||||
```bash
|
```bash
|
||||||
$ git clone git@github.com:paoloar77/freeplanet example
|
$ git clone git@github.com:paoloar77/freeplanet example
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
import { ISignupOptions } from 'model'
|
import { ISignupOptions } from 'model'
|
||||||
import { required, minLength, email, sameAs } from 'vuelidate/lib/validators'
|
import { required, minLength, email, sameAs } from 'vuelidate/lib/validators'
|
||||||
import { ValidationRuleset } from 'vuelidate'
|
import { ValidationRuleset } from 'vuelidate'
|
||||||
import { complexity, registereduser, registeredemail } from '@/validation'
|
import { complexity, registereduser, registeredemail } from 'validation'
|
||||||
|
|
||||||
export type TSignup = { signup: ISignupOptions, validationGroup: string[] }
|
export type TSignup = { signup: ISignupOptions, validationGroup: string[] }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user